Html Css Color HEX #D5652B Gold Drop

📋 copy color: '#D5652B'

red 213 ◦ green 101 ◦ blue 43

#D5652B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Drop #D5652B

Tints of Gold Drop #D5652B

RGB

 RED value IS 213 (83.59% from 255) = 59.66%

 GREEN value IS 101 (39.84% from 255) = 28.29%

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 59.66%
G = 28.29%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5652B (or 0xD5652B) is known color: Gold Drop. HEX triplet: D5, 65 and 2B. RGB value is (213,101,43). Sum of RGB (Red+Green+Blue) = 213+101+43=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5652B is #2A9AD4. Grayscale: #808080. Windows color (decimal): -2792149 or 2844117. OLE color: 2844117.

HSL color Cylindrical-coordinate representation of color #D5652B: hue angle of 20.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5652B is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 43 -
CMYK 0 0.53 0.80 0.16
HSL 20.47º 0.67% 0.5% -
HSV(B) 20.47º 0.8% 0.84% -
XYZ 32.53 23.63 5.13 -
YUV 127.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 213 101 43 0 0.53 0.80 0.16 20.47 0.67 0.5
Hex D5 65 2B 0 35 50 10 14 43 32
Octal 325 145 53 0 65 120 20 24 103 62
Binary 11010101 1100101 101011 0 110101 1010000 10000 10100 1000011 110010

Color Harmonies of #D5652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5652B

Black with #D5652B

Text Example


Text Example

White with #D5652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5652B; }

 p { color: rgb(213,101,43); }

 H1.HeaderClassName
 {
   color: #D5652B;
 }
 .AnyTagClassName
 {
   color: #D5652B;
 }
</style>

background-color css

<style>
 a { background-color: #D5652B; }

 a { background-color: rgb(213,101,43); }

 div.DivClassName
 {
   background-color: #D5652B;
 }
 .BgClassName
 {
   background-color: #D5652B;
 }
</style>

border-color css

<style>
 span { border-color: #D5652B; }

 span { border-color: rgb(213,101,43); }

 td.TdClassName
 {
   border-color: #D5652B;
 }
 .TagClassName
 {
   border-color: #D5652B;
 }
</style>