Html Css Color HEX #D96C2F Gold Drop

📋 copy color: '#D96C2F'

red 217 ◦ green 108 ◦ blue 47

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

Shades of Gold Drop #D96C2F

Tints of Gold Drop #D96C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 58.33%
G = 29.03%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D96C2F (or 0xD96C2F) is known color: Gold Drop. HEX triplet: D9, 6C and 2F. RGB value is (217,108,47). Sum of RGB (Red+Green+Blue) = 217+108+47=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C2F is #2693D0. Grayscale: #858585. Windows color (decimal): -2528209 or 3108057. OLE color: 3108057.

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

Color convert

RGB 217 108 47 -
CMYK 0 0.50 0.78 0.15
HSL 21.53º 0.69% 0.52% -
HSV(B) 21.53º 0.78% 0.85% -
XYZ 34.49 25.68 5.83 -
YUV 133.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 217 108 47 0 0.50 0.78 0.15 21.53 0.69 0.52
Hex D9 6C 2F 0 32 4E F 16 45 34
Octal 331 154 57 0 62 116 17 26 105 64
Binary 11011001 1101100 101111 0 110010 1001110 1111 10110 1000101 110100

Color Harmonies of #D96C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C2F

Black with #D96C2F

Text Example


Text Example

White with #D96C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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