#CE6A35

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

Shades of Gold Drop #CE6A35

Tints of Gold Drop #CE6A35

Color information

#CE6A35 (or 0xCE6A35) is unknown color: approx Gold Drop. HEX triplet: CE, 6A and 35. RGB value is (206,106,53). Sum of RGB (Red+Green+Blue) = 206+106+53=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A35 is #3195CA. Grayscale: #828282. Windows color (decimal): -3249611 or 3500750. OLE color: 3500750.

HSL color Cylindrical-coordinate representation of color #CE6A35: hue angle of 20.78º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE6A35 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20610653-
CMYK00.490.740.19
HSL20.78º60.96%50.78%-
HSV(B)20.78º74.27%80.78%-
XYZ31.2523.696.29-
YUV129.8684.63182.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.44%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=56.44%
G=29.04%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061065300.490.740.1920.7860.9650.78
HexCE6A350314A13153d33
Octal3161526506111223257563
Binary110011101101010110101011000110010101001110101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6A35; }

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

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

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

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

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

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

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

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