#CE6935

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

Shades of Gold Drop #CE6935

Tints of Gold Drop #CE6935

Color information

#CE6935 (or 0xCE6935) is unknown color: approx Gold Drop. HEX triplet: CE, 69 and 35. RGB value is (206,105,53). Sum of RGB (Red+Green+Blue) = 206+105+53=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6935 is #3196CA. Grayscale: #818181. Windows color (decimal): -3249867 or 3500494. OLE color: 3500494.

HSL color Cylindrical-coordinate representation of color #CE6935: hue angle of 20.39º 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 #CE6935 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20610553-
CMYK00.490.740.19
HSL20.39º60.96%50.78%-
HSV(B)20.39º74.27%80.78%-
XYZ31.1523.486.26-
YUV129.2784.96182.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.59%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 53 (21.09% from 255) = 14.56%
R=56.59%
G=28.85%
B=14.56%

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
Decimal2061055300.490.740.1920.3960.9650.78
HexCE69350314A13143d33
Octal3161516506111223247563
Binary110011101101001110101011000110010101001110100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6935; }

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

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

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

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

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

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

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

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