#D66834

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

Shades of Gold Drop #D66834

Tints of Gold Drop #D66834

Color information

#D66834 (or 0xD66834) is unknown color: approx Gold Drop. HEX triplet: D6, 68 and 34. RGB value is (214,104,52). Sum of RGB (Red+Green+Blue) = 214+104+52=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D66834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66834 is #2997CB. Grayscale: #838383. Windows color (decimal): -2725836 or 3434710. OLE color: 3434710.

HSL color Cylindrical-coordinate representation of color #D66834: hue angle of 19.26º degrees, saturation: 0.66, 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 #D66834 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21410452-
CMYK00.510.760.16
HSL19.26º66.39%52.16%-
HSV(B)19.26º75.7%83.92%-
XYZ33.324.446.21-
YUV130.9683.44187.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=57.84%
G=28.11%
B=14.05%

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
Decimal2141045200.510.760.1619.2666.3952.16
HexD668340334C10134234
Octal32615064063114202310264
Binary1101011011010001101000110011100110010000100111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66834; }

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

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

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

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

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

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

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

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