#CEAE51

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

Shades of Sundance #CEAE51

Tints of Sundance #CEAE51

Color information

#CEAE51 (or 0xCEAE51) is unknown color: approx Sundance. HEX triplet: CE, AE and 51. RGB value is (206,174,81). Sum of RGB (Red+Green+Blue) = 206+174+81=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE51 is #3151AE. Grayscale: #ADADAD. Windows color (decimal): -3232175 or 5353166. OLE color: 5353166.

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

Color convert

RGB20617481-
CMYK00.160.610.19
HSL44.64º56.05%56.27%-
HSV(B)44.64º60.68%80.78%-
XYZ42.0743.9914.06-
YUV172.9776.1151.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=44.69%
G=37.74%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061748100.160.610.1944.6456.0556.27
HexCEAE510103D132d3838
Octal3162561210207523557070
Binary1100111010101110101000101000011110110011101101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE51; }

 p { color: rgb(206,174,81); }

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

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

 a { background-color: rgb(206,174,81); }

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

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

 span { border-color: rgb(206,174,81); }

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