Html Css Color HEX #D96C32 Gold Drop

📋 copy color: '#D96C32'

red 217 ◦ green 108 ◦ blue 50

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

Shades of Gold Drop #D96C32

Tints of Gold Drop #D96C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 57.87%
G = 28.8%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D96C32 (or 0xD96C32) is known color: Gold Drop. HEX triplet: D9, 6C and 32. RGB value is (217,108,50). Sum of RGB (Red+Green+Blue) = 217+108+50=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C32 is #2693CD. Grayscale: #868686. Windows color (decimal): -2528206 or 3304665. OLE color: 3304665.

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

Color convert

RGB 217 108 50 -
CMYK 0 0.50 0.77 0.15
HSL 20.84º 0.69% 0.52% -
HSV(B) 20.84º 0.77% 0.85% -
XYZ 34.55 25.71 6.16 -
YUV 133.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 217 108 50 0 0.50 0.77 0.15 20.84 0.69 0.52
Hex D9 6C 32 0 32 4D F 15 45 34
Octal 331 154 62 0 62 115 17 25 105 64
Binary 11011001 1101100 110010 0 110010 1001101 1111 10101 1000101 110100

Color Harmonies of #D96C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C32

Black with #D96C32

Text Example


Text Example

White with #D96C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C32; }

 p { color: rgb(217,108,50); }

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

background-color css

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

 a { background-color: rgb(217,108,50); }

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

border-color css

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

 span { border-color: rgb(217,108,50); }

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