Html Css Color HEX #D96E32 Gold Drop

📋 copy color: '#D96E32'

red 217 ◦ green 110 ◦ blue 50

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

Shades of Gold Drop #D96E32

Tints of Gold Drop #D96E32

RGB

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

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

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

R = 57.56%
G = 29.18%
B = 13.26%

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

#D96E32 (or 0xD96E32) is known color: Gold Drop. HEX triplet: D9, 6E and 32. RGB value is (217,110,50). Sum of RGB (Red+Green+Blue) = 217+110+50=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E32 is #2691CD. Grayscale: #878787. Windows color (decimal): -2527694 or 3305177. OLE color: 3305177.

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

Color convert

RGB 217 110 50 -
CMYK 0 0.49 0.77 0.15
HSL 21.56º 0.69% 0.52% -
HSV(B) 21.56º 0.77% 0.85% -
XYZ 34.77 26.13 6.23 -
YUV 135.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 217 110 50 0 0.49 0.77 0.15 21.56 0.69 0.52
Hex D9 6E 32 0 31 4D F 16 45 34
Octal 331 156 62 0 61 115 17 26 105 64
Binary 11011001 1101110 110010 0 110001 1001101 1111 10110 1000101 110100

Color Harmonies of #D96E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E32

Black with #D96E32

Text Example


Text Example

White with #D96E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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