#CEAC48

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

Shades of Sundance #CEAC48

Tints of Sundance #CEAC48

Color information

#CEAC48 (or 0xCEAC48) is unknown color: approx Sundance. HEX triplet: CE, AC and 48. RGB value is (206,172,72). Sum of RGB (Red+Green+Blue) = 206+172+72=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC48 is #3153B7. Grayscale: #ABABAB. Windows color (decimal): -3232696 or 4762830. OLE color: 4762830.

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

Color convert

RGB20617272-
CMYK00.170.650.19
HSL44.78º57.76%54.51%-
HSV(B)44.78º65.05%80.78%-
XYZ41.3843.0912.27-
YUV170.7772.26153.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 72 (28.52% from 255) = 16%
R=45.78%
G=38.22%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061727200.170.650.1944.7857.7654.51
HexCEAC4801141132d3a37
Octal31625411002110123557267
Binary11001110101011001001000010001100000110011101101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC48; }

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

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

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

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

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

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

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

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