Html Css Color HEX #D96330 Gold Drop

📋 copy color: '#D96330'

red 217 ◦ green 99 ◦ blue 48

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

Shades of Gold Drop #D96330

Tints of Gold Drop #D96330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 59.62%
G = 27.2%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D96330 (or 0xD96330) is known color: Gold Drop. HEX triplet: D9, 63 and 30. RGB value is (217,99,48). Sum of RGB (Red+Green+Blue) = 217+99+48=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D96330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96330 is #269CCF. Grayscale: #808080. Windows color (decimal): -2530512 or 3171289. OLE color: 3171289.

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

Color convert

RGB 217 99 48 -
CMYK 0 0.54 0.78 0.15
HSL 18.11º 0.69% 0.52% -
HSV(B) 18.11º 0.78% 0.85% -
XYZ 33.61 23.89 5.64 -
YUV 128.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 217 99 48 0 0.54 0.78 0.15 18.11 0.69 0.52
Hex D9 63 30 0 36 4E F 12 45 34
Octal 331 143 60 0 66 116 17 22 105 64
Binary 11011001 1100011 110000 0 110110 1001110 1111 10010 1000101 110100

Color Harmonies of #D96330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96330

Black with #D96330

Text Example


Text Example

White with #D96330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96330; }

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

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

background-color css

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

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

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

border-color css

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

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

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