#CEAC46

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

Shades of Sundance #CEAC46

Tints of Sundance #CEAC46

Color information

#CEAC46 (or 0xCEAC46) is unknown color: approx Sundance. HEX triplet: CE, AC and 46. RGB value is (206,172,70). Sum of RGB (Red+Green+Blue) = 206+172+70=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC46 is #3153B9. Grayscale: #AAAAAA. Windows color (decimal): -3232698 or 4631758. OLE color: 4631758.

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

Color convert

RGB20617270-
CMYK00.170.660.19
HSL45º58.12%54.12%-
HSV(B)45º66.02%80.78%-
XYZ41.3143.0711.93-
YUV170.5471.26153.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.98%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 70 (27.73% from 255) = 15.62%
R=45.98%
G=38.39%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061727000.170.660.194558.1254.12
HexCEAC4601142132d3a36
Octal31625410602110223557266
Binary11001110101011001000110010001100001010011101101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC46; }

 p { color: rgb(206,172,70); }

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

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

 a { background-color: rgb(206,172,70); }

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

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

 span { border-color: rgb(206,172,70); }

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