#D9632F

Color #D9632F Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #D9632F

Tints of Gold Drop #D9632F

Color information

#D9632F (or 0xD9632F) is unknown color: approx Gold Drop. HEX triplet: D9, 63 and 2F. RGB value is (217,99,47). Sum of RGB (Red+Green+Blue) = 217+99+47=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9632F is #269CD0. Grayscale: #808080. Windows color (decimal): -2530513 or 3105753. OLE color: 3105753.

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

Color convert

RGB2179947-
CMYK00.540.780.15
HSL18.35º69.11%51.76%-
HSV(B)18.35º78.34%85.1%-
XYZ33.5923.885.53-
YUV128.3582.09191.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.78%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=59.78%
G=27.27%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217994700.540.780.1518.3569.1151.76
HexD9632F0364EF124534
Octal33114357066116172210564
Binary110110011100011101111011011010011101111100101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9632F; }

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

 H1.HeaderClassName
 {
   color: #D9632F;
 }
 .AnyTagClassName
 {
   color: #D9632F;
 }
</style>
background-color css

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

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

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

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

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

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