#D66C35

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

Shades of Gold Drop #D66C35

Tints of Gold Drop #D66C35

Color information

#D66C35 (or 0xD66C35) is unknown color: approx Gold Drop. HEX triplet: D6, 6C and 35. RGB value is (214,108,53). Sum of RGB (Red+Green+Blue) = 214+108+53=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C35 is #2993CA. Grayscale: #858585. Windows color (decimal): -2724811 or 3501270. OLE color: 3501270.

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

Color convert

RGB21410853-
CMYK00.500.750.16
HSL20.5º66.26%52.35%-
HSV(B)20.5º75.23%83.92%-
XYZ33.7425.286.47-
YUV133.4282.62185.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.07%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=57.07%
G=28.8%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141085300.500.750.1620.566.2652.35
HexD66C350324B10144234
Octal32615465062113202410264
Binary1101011011011001101010110010100101110000101001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C35; }

 p { color: rgb(214,108,53); }

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

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

 a { background-color: rgb(214,108,53); }

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

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

 span { border-color: rgb(214,108,53); }

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