#CEB14E

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

Shades of Sundance #CEB14E

Tints of Sundance #CEB14E

Color information

#CEB14E (or 0xCEB14E) is unknown color: approx Sundance. HEX triplet: CE, B1 and 4E. RGB value is (206,177,78). Sum of RGB (Red+Green+Blue) = 206+177+78=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB14E is #314EB1. Grayscale: #AEAEAE. Windows color (decimal): -3231410 or 5157326. OLE color: 5157326.

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

Color convert

RGB20617778-
CMYK00.140.620.19
HSL46.41º56.64%55.69%-
HSV(B)46.41º62.14%80.78%-
XYZ42.5545.1213.67-
YUV174.3873.61150.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 177 (69.53% from 255) = 38.39%
BLUE value IS 78 (30.86% from 255) = 16.92%
R=44.69%
G=38.39%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061777800.140.620.1946.4156.6455.69
HexCEB14E0E3E132e3938
Octal3162611160167623567170
Binary110011101011000110011100111011111010011101110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB14E; }

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

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

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

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

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

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

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

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