Html Css Color HEX #D96E30 Gold Drop

📋 copy color: '#D96E30'

red 217 ◦ green 110 ◦ blue 48

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

Shades of Gold Drop #D96E30

Tints of Gold Drop #D96E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 57.87%
G = 29.33%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D96E30 (or 0xD96E30) is known color: Gold Drop. HEX triplet: D9, 6E and 30. RGB value is (217,110,48). Sum of RGB (Red+Green+Blue) = 217+110+48=375 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.87% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E30 is #2691CF. Grayscale: #878787. Windows color (decimal): -2527696 or 3174105. OLE color: 3174105.

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

Color convert

RGB 217 110 48 -
CMYK 0 0.49 0.78 0.15
HSL 22.01º 0.69% 0.52% -
HSV(B) 22.01º 0.78% 0.85% -
XYZ 34.72 26.12 6.01 -
YUV 134.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 217 110 48 0 0.49 0.78 0.15 22.01 0.69 0.52
Hex D9 6E 30 0 31 4E F 16 45 34
Octal 331 156 60 0 61 116 17 26 105 64
Binary 11011001 1101110 110000 0 110001 1001110 1111 10110 1000101 110100

Color Harmonies of #D96E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E30

Black with #D96E30

Text Example


Text Example

White with #D96E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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