Html Css Color HEX #D96C2D Gold Drop

📋 copy color: '#D96C2D'

red 217 ◦ green 108 ◦ blue 45

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

Shades of Gold Drop #D96C2D

Tints of Gold Drop #D96C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 58.65%
G = 29.19%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D96C2D (or 0xD96C2D) is known color: Gold Drop. HEX triplet: D9, 6C and 2D. RGB value is (217,108,45). Sum of RGB (Red+Green+Blue) = 217+108+45=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C2D is #2693D2. Grayscale: #858585. Windows color (decimal): -2528211 or 2976985. OLE color: 2976985.

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

Color convert

RGB 217 108 45 -
CMYK 0 0.50 0.79 0.15
HSL 21.98º 0.69% 0.51% -
HSV(B) 21.98º 0.79% 0.85% -
XYZ 34.45 25.67 5.62 -
YUV 133.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 217 108 45 0 0.50 0.79 0.15 21.98 0.69 0.51
Hex D9 6C 2D 0 32 4F F 16 45 33
Octal 331 154 55 0 62 117 17 26 105 63
Binary 11011001 1101100 101101 0 110010 1001111 1111 10110 1000101 110011

Color Harmonies of #D96C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C2D

Black with #D96C2D

Text Example


Text Example

White with #D96C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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