Html Css Color HEX #D96D33 Gold Drop

📋 copy color: '#D96D33'

red 217 ◦ green 109 ◦ blue 51

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

Shades of Gold Drop #D96D33

Tints of Gold Drop #D96D33

RGB

 RED value IS 217 (85.16% from 255) = 57.56%

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

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 57.56%
G = 28.91%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D96D33 (or 0xD96D33) is known color: Gold Drop. HEX triplet: D9, 6D and 33. RGB value is (217,109,51). Sum of RGB (Red+Green+Blue) = 217+109+51=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D33 is #2692CC. Grayscale: #878787. Windows color (decimal): -2527949 or 3370457. OLE color: 3370457.

HSL color Cylindrical-coordinate representation of color #D96D33: hue angle of 20.96º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D96D33 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 51 -
CMYK 0 0.50 0.76 0.15
HSL 20.96º 0.69% 0.53% -
HSV(B) 20.96º 0.76% 0.85% -
XYZ 34.68 25.93 6.31 -
YUV 134.68 80.78 186.72 -
System Red Green Blue C M Y K H S L
Decimal 217 109 51 0 0.50 0.76 0.15 20.96 0.69 0.53
Hex D9 6D 33 0 32 4C F 15 45 35
Octal 331 155 63 0 62 114 17 25 105 65
Binary 11011001 1101101 110011 0 110010 1001100 1111 10101 1000101 110101

Color Harmonies of #D96D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D33

Black with #D96D33

Text Example


Text Example

White with #D96D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D33; }

 p { color: rgb(217,109,51); }

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

background-color css

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

 a { background-color: rgb(217,109,51); }

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

border-color css

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

 span { border-color: rgb(217,109,51); }

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