Html Css Color HEX #D96E31 Gold Drop

📋 copy color: '#D96E31'

red 217 ◦ green 110 ◦ blue 49

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

Shades of Gold Drop #D96E31

Tints of Gold Drop #D96E31

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.26%

 BLUE value IS 49 (19.53% from 255) = 13.03%

R = 57.71%
G = 29.26%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D96E31 (or 0xD96E31) is known color: Gold Drop. HEX triplet: D9, 6E and 31. RGB value is (217,110,49). Sum of RGB (Red+Green+Blue) = 217+110+49=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E31 is #2691CE. Grayscale: #878787. Windows color (decimal): -2527695 or 3239641. OLE color: 3239641.

HSL color Cylindrical-coordinate representation of color #D96E31: hue angle of 21.79º 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 #D96E31 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 110 49 -
CMYK 0 0.49 0.77 0.15
HSL 21.79º 0.69% 0.52% -
HSV(B) 21.79º 0.77% 0.85% -
XYZ 34.75 26.13 6.12 -
YUV 135.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 217 110 49 0 0.49 0.77 0.15 21.79 0.69 0.52
Hex D9 6E 31 0 31 4D F 16 45 34
Octal 331 156 61 0 61 115 17 26 105 64
Binary 11011001 1101110 110001 0 110001 1001101 1111 10110 1000101 110100

Color Harmonies of #D96E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E31

Black with #D96E31

Text Example


Text Example

White with #D96E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E31; }

 p { color: rgb(217,110,49); }

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

background-color css

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

 a { background-color: rgb(217,110,49); }

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

border-color css

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

 span { border-color: rgb(217,110,49); }

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