#D66831

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

Shades of Gold Drop #D66831

Tints of Gold Drop #D66831

Color information

#D66831 (or 0xD66831) is unknown color: approx Gold Drop. HEX triplet: D6, 68 and 31. RGB value is (214,104,49). Sum of RGB (Red+Green+Blue) = 214+104+49=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D66831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66831 is #2997CE. Grayscale: #828282. Windows color (decimal): -2725839 or 3238102. OLE color: 3238102.

HSL color Cylindrical-coordinate representation of color #D66831: hue angle of 20º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D66831 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB21410449-
CMYK00.510.770.16
HSL20º66.8%51.57%-
HSV(B)20º77.1%83.92%-
XYZ33.2424.425.87-
YUV130.6281.94187.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.31%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 49 (19.53% from 255) = 13.35%
R=58.31%
G=28.34%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141044900.510.770.162066.851.57
HexD668310334D10144334
Octal32615061063115202410364
Binary1101011011010001100010110011100110110000101001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66831; }

 p { color: rgb(214,104,49); }

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

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

 a { background-color: rgb(214,104,49); }

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

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

 span { border-color: rgb(214,104,49); }

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