#D66A35

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

Shades of Gold Drop #D66A35

Tints of Gold Drop #D66A35

Color information

#D66A35 (or 0xD66A35) is unknown color: approx Gold Drop. HEX triplet: D6, 6A and 35. RGB value is (214,106,53). Sum of RGB (Red+Green+Blue) = 214+106+53=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A35 is #2995CA. Grayscale: #848484. Windows color (decimal): -2725323 or 3500758. OLE color: 3500758.

HSL color Cylindrical-coordinate representation of color #D66A35: hue angle of 19.75º 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 #D66A35 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21410653-
CMYK00.500.750.16
HSL19.75º66.26%52.35%-
HSV(B)19.75º75.23%83.92%-
XYZ33.5324.866.4-
YUV132.2583.28186.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.37%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=57.37%
G=28.42%
B=14.21%

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
Decimal2141065300.500.750.1619.7566.2652.35
HexD66A350324B10144234
Octal32615265062113202410264
Binary1101011011010101101010110010100101110000101001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A35; }

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

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

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

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

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

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

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

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