Html Css Color HEX #D36928 Gold Drop

📋 copy color: '#D36928'

red 211 ◦ green 105 ◦ blue 40

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

Shades of Gold Drop #D36928

Tints of Gold Drop #D36928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

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

R = 59.27%
G = 29.49%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D36928 (or 0xD36928) is known color: Gold Drop. HEX triplet: D3, 69 and 28. RGB value is (211,105,40). Sum of RGB (Red+Green+Blue) = 211+105+40=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D36928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36928 is #2C96D7. Grayscale: #818181. Windows color (decimal): -2922200 or 2648531. OLE color: 2648531.

HSL color Cylindrical-coordinate representation of color #D36928: hue angle of 22.81º 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 #D36928 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 105 40 -
CMYK 0 0.50 0.81 0.17
HSL 22.81º 0.68% 0.49% -
HSV(B) 22.81º 0.81% 0.83% -
XYZ 32.3 24.11 4.96 -
YUV 129.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 211 105 40 0 0.50 0.81 0.17 22.81 0.68 0.49
Hex D3 69 28 0 32 51 11 17 44 31
Octal 323 151 50 0 62 121 21 27 104 61
Binary 11010011 1101001 101000 0 110010 1010001 10001 10111 1000100 110001

Color Harmonies of #D36928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36928

Black with #D36928

Text Example


Text Example

White with #D36928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36928; }

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

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

background-color css

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

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

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

border-color css

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

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

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