Html Css Color HEX #D96E2F Gold Drop

📋 copy color: '#D96E2F'

red 217 ◦ green 110 ◦ blue 47

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

Shades of Gold Drop #D96E2F

Tints of Gold Drop #D96E2F

RGB

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

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

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

R = 58.02%
G = 29.41%
B = 12.57%

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

#D96E2F (or 0xD96E2F) is known color: Gold Drop. HEX triplet: D9, 6E and 2F. RGB value is (217,110,47). Sum of RGB (Red+Green+Blue) = 217+110+47=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E2F is #2691D0. Grayscale: #878787. Windows color (decimal): -2527697 or 3108569. OLE color: 3108569.

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

Color convert

RGB 217 110 47 -
CMYK 0 0.49 0.78 0.15
HSL 22.24º 0.69% 0.52% -
HSV(B) 22.24º 0.78% 0.85% -
XYZ 34.7 26.11 5.9 -
YUV 134.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 217 110 47 0 0.49 0.78 0.15 22.24 0.69 0.52
Hex D9 6E 2F 0 31 4E F 16 45 34
Octal 331 156 57 0 61 116 17 26 105 64
Binary 11011001 1101110 101111 0 110001 1001110 1111 10110 1000101 110100

Color Harmonies of #D96E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E2F

Black with #D96E2F

Text Example


Text Example

White with #D96E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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