Html Css Color HEX #D36D28 Gold Drop

📋 copy color: '#D36D28'

red 211 ◦ green 109 ◦ blue 40

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

Shades of Gold Drop #D36D28

Tints of Gold Drop #D36D28

RGB

 RED value IS 211 (82.81% from 255) = 58.61%

 GREEN value IS 109 (42.97% from 255) = 30.28%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 58.61%
G = 30.28%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D36D28 (or 0xD36D28) is known color: Gold Drop. HEX triplet: D3, 6D and 28. RGB value is (211,109,40). Sum of RGB (Red+Green+Blue) = 211+109+40=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D36D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36D28 is #2C92D7. Grayscale: #848484. Windows color (decimal): -2921176 or 2649555. OLE color: 2649555.

HSL color Cylindrical-coordinate representation of color #D36D28: hue angle of 24.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D36D28 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 109 40 -
CMYK 0 0.48 0.81 0.17
HSL 24.21º 0.68% 0.49% -
HSV(B) 24.21º 0.81% 0.83% -
XYZ 32.72 24.94 5.1 -
YUV 131.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 211 109 40 0 0.48 0.81 0.17 24.21 0.68 0.49
Hex D3 6D 28 0 30 51 11 18 44 31
Octal 323 155 50 0 60 121 21 30 104 61
Binary 11010011 1101101 101000 0 110000 1010001 10001 11000 1000100 110001

Color Harmonies of #D36D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36D28

Black with #D36D28

Text Example


Text Example

White with #D36D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36D28; }

 p { color: rgb(211,109,40); }

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

background-color css

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

 a { background-color: rgb(211,109,40); }

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

border-color css

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

 span { border-color: rgb(211,109,40); }

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