Html Css Color HEX #D96529 Gold Drop

📋 copy color: '#D96529'

red 217 ◦ green 101 ◦ blue 41

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

Shades of Gold Drop #D96529

Tints of Gold Drop #D96529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.42%

R = 60.45%
G = 28.13%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D96529 (or 0xD96529) is known color: Gold Drop. HEX triplet: D9, 65 and 29. RGB value is (217,101,41). Sum of RGB (Red+Green+Blue) = 217+101+41=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D96529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96529 is #269AD6. Grayscale: #818181. Windows color (decimal): -2530007 or 2713049. OLE color: 2713049.

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

Color convert

RGB 217 101 41 -
CMYK 0 0.53 0.81 0.15
HSL 20.45º 0.7% 0.51% -
HSV(B) 20.45º 0.81% 0.85% -
XYZ 33.67 24.22 5 -
YUV 128.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 217 101 41 0 0.53 0.81 0.15 20.45 0.7 0.51
Hex D9 65 29 0 35 51 F 14 46 33
Octal 331 145 51 0 65 121 17 24 106 63
Binary 11011001 1100101 101001 0 110101 1010001 1111 10100 1000110 110011

Color Harmonies of #D96529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96529

Black with #D96529

Text Example


Text Example

White with #D96529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96529; }

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

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

background-color css

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

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

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

border-color css

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

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

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