Html Css Color HEX #D96328 Gold Drop

📋 copy color: '#D96328'

red 217 ◦ green 99 ◦ blue 40

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

Shades of Gold Drop #D96328

Tints of Gold Drop #D96328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 60.96%
G = 27.81%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D96328 (or 0xD96328) is known color: Gold Drop. HEX triplet: D9, 63 and 28. RGB value is (217,99,40). Sum of RGB (Red+Green+Blue) = 217+99+40=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D96328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96328 is #269CD7. Grayscale: #7F7F7F. Windows color (decimal): -2530520 or 2647001. OLE color: 2647001.

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

Color convert

RGB 217 99 40 -
CMYK 0 0.54 0.82 0.15
HSL 20º 0.7% 0.5% -
HSV(B) 20º 0.82% 0.85% -
XYZ 33.46 23.83 4.84 -
YUV 127.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 217 99 40 0 0.54 0.82 0.15 20 0.7 0.5
Hex D9 63 28 0 36 52 F 14 46 32
Octal 331 143 50 0 66 122 17 24 106 62
Binary 11011001 1100011 101000 0 110110 1010010 1111 10100 1000110 110010

Color Harmonies of #D96328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96328

Black with #D96328

Text Example


Text Example

White with #D96328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96328; }

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

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

background-color css

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

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

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

border-color css

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

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

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