Html Css Color HEX #D96329 Gold Drop

📋 copy color: '#D96329'

red 217 ◦ green 99 ◦ blue 41

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

Shades of Gold Drop #D96329

Tints of Gold Drop #D96329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 60.78%
G = 27.73%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D96329 (or 0xD96329) is known color: Gold Drop. HEX triplet: D9, 63 and 29. RGB value is (217,99,41). Sum of RGB (Red+Green+Blue) = 217+99+41=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D96329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96329 is #269CD6. Grayscale: #808080. Windows color (decimal): -2530519 or 2712537. OLE color: 2712537.

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

Color convert

RGB 217 99 41 -
CMYK 0 0.54 0.81 0.15
HSL 19.77º 0.7% 0.51% -
HSV(B) 19.77º 0.81% 0.85% -
XYZ 33.48 23.84 4.93 -
YUV 127.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 217 99 41 0 0.54 0.81 0.15 19.77 0.7 0.51
Hex D9 63 29 0 36 51 F 14 46 33
Octal 331 143 51 0 66 121 17 24 106 63
Binary 11011001 1100011 101001 0 110110 1010001 1111 10100 1000110 110011

Color Harmonies of #D96329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96329

Black with #D96329

Text Example


Text Example

White with #D96329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96329; }

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

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

background-color css

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

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

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

border-color css

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

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

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