#CEB04E

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

Shades of Sundance #CEB04E

Tints of Sundance #CEB04E

Color information

#CEB04E (or 0xCEB04E) is unknown color: approx Sundance. HEX triplet: CE, B0 and 4E. RGB value is (206,176,78). Sum of RGB (Red+Green+Blue) = 206+176+78=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB04E is #314FB1. Grayscale: #AEAEAE. Windows color (decimal): -3231666 or 5157070. OLE color: 5157070.

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

Color convert

RGB20617678-
CMYK00.150.620.19
HSL45.94º56.64%55.69%-
HSV(B)45.94º62.14%80.78%-
XYZ42.3544.7213.61-
YUV173.873.94150.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 176 (69.14% from 255) = 38.26%
BLUE value IS 78 (30.86% from 255) = 16.96%
R=44.78%
G=38.26%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061767800.150.620.1945.9456.6455.69
HexCEB04E0F3E132e3938
Octal3162601160177623567170
Binary110011101011000010011100111111111010011101110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB04E; }

 p { color: rgb(206,176,78); }

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

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

 a { background-color: rgb(206,176,78); }

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

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

 span { border-color: rgb(206,176,78); }

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