#D66833

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

Shades of Gold Drop #D66833

Tints of Gold Drop #D66833

Color information

#D66833 (or 0xD66833) is unknown color: approx Gold Drop. HEX triplet: D6, 68 and 33. RGB value is (214,104,51). Sum of RGB (Red+Green+Blue) = 214+104+51=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D66833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66833 is #2997CC. Grayscale: #838383. Windows color (decimal): -2725837 or 3369174. OLE color: 3369174.

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

Color convert

RGB21410451-
CMYK00.510.760.16
HSL19.51º66.53%51.96%-
HSV(B)19.51º76.17%83.92%-
XYZ33.2824.446.09-
YUV130.8582.94187.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.99%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=57.99%
G=28.18%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141045100.510.760.1619.5166.5351.96
HexD668330334C10144334
Octal32615063063114202410364
Binary1101011011010001100110110011100110010000101001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66833; }

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

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

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

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

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

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

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

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