#CEAD52

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

Shades of Sundance #CEAD52

Tints of Sundance #CEAD52

Color information

#CEAD52 (or 0xCEAD52) is unknown color: approx Sundance. HEX triplet: CE, AD and 52. RGB value is (206,173,82). Sum of RGB (Red+Green+Blue) = 206+173+82=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD52 is #3152AD. Grayscale: #ACACAC. Windows color (decimal): -3232430 or 5418446. OLE color: 5418446.

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

Color convert

RGB20617382-
CMYK00.160.600.19
HSL44.03º55.86%56.47%-
HSV(B)44.03º60.19%80.78%-
XYZ41.9243.6214.19-
YUV172.4976.93151.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 173 (67.97% from 255) = 37.53%
BLUE value IS 82 (32.42% from 255) = 17.79%
R=44.69%
G=37.53%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061738200.160.600.1944.0355.8656.47
HexCEAD520103C132c3838
Octal3162551220207423547070
Binary1100111010101101101001001000011110010011101100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD52; }

 p { color: rgb(206,173,82); }

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

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

 a { background-color: rgb(206,173,82); }

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

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

 span { border-color: rgb(206,173,82); }

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