#CEAD47

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

Shades of Sundance #CEAD47

Tints of Sundance #CEAD47

Color information

#CEAD47 (or 0xCEAD47) is unknown color: approx Sundance. HEX triplet: CE, AD and 47. RGB value is (206,173,71). Sum of RGB (Red+Green+Blue) = 206+173+71=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAD47 is #3152B8. Grayscale: #ABABAB. Windows color (decimal): -3232441 or 4697550. OLE color: 4697550.

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

Color convert

RGB20617371-
CMYK00.160.660.19
HSL45.33º57.94%54.31%-
HSV(B)45.33º65.53%80.78%-
XYZ41.5343.4612.16-
YUV171.2471.43152.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 71 (28.12% from 255) = 15.78%
R=45.78%
G=38.44%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061737100.160.660.1945.3357.9454.31
HexCEAD4701042132d3a36
Octal31625510702010223557266
Binary11001110101011011000111010000100001010011101101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD47; }

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

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

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

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

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

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

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

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