Html Css Color HEX #D96531 Gold Drop

📋 copy color: '#D96531'

red 217 ◦ green 101 ◦ blue 49

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

Shades of Gold Drop #D96531

Tints of Gold Drop #D96531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 59.13%
G = 27.52%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D96531 (or 0xD96531) is known color: Gold Drop. HEX triplet: D9, 65 and 31. RGB value is (217,101,49). Sum of RGB (Red+Green+Blue) = 217+101+49=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D96531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96531 is #269ACE. Grayscale: #828282. Windows color (decimal): -2529999 or 3237337. OLE color: 3237337.

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

Color convert

RGB 217 101 49 -
CMYK 0 0.53 0.77 0.15
HSL 18.57º 0.69% 0.52% -
HSV(B) 18.57º 0.77% 0.85% -
XYZ 33.82 24.28 5.81 -
YUV 129.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 217 101 49 0 0.53 0.77 0.15 18.57 0.69 0.52
Hex D9 65 31 0 35 4D F 13 45 34
Octal 331 145 61 0 65 115 17 23 105 64
Binary 11011001 1100101 110001 0 110101 1001101 1111 10011 1000101 110100

Color Harmonies of #D96531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96531

Black with #D96531

Text Example


Text Example

White with #D96531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96531; }

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

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

background-color css

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

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

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

border-color css

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

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

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