#D66B35

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

Shades of Gold Drop #D66B35

Tints of Gold Drop #D66B35

Color information

#D66B35 (or 0xD66B35) is unknown color: approx Gold Drop. HEX triplet: D6, 6B and 35. RGB value is (214,107,53). Sum of RGB (Red+Green+Blue) = 214+107+53=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B35 is #2994CA. Grayscale: #858585. Windows color (decimal): -2725067 or 3501014. OLE color: 3501014.

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

Color convert

RGB21410753-
CMYK00.500.750.16
HSL20.12º66.26%52.35%-
HSV(B)20.12º75.23%83.92%-
XYZ33.6325.076.43-
YUV132.8482.95185.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 53 (21.09% from 255) = 14.17%
R=57.22%
G=28.61%
B=14.17%

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
Decimal2141075300.500.750.1620.1266.2652.35
HexD66B350324B10144234
Octal32615365062113202410264
Binary1101011011010111101010110010100101110000101001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66B35; }

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

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

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

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

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

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

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

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