#CEB051

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

Shades of Sundance #CEB051

Tints of Sundance #CEB051

Color information

#CEB051 (or 0xCEB051) is unknown color: approx Sundance. HEX triplet: CE, B0 and 51. RGB value is (206,176,81). Sum of RGB (Red+Green+Blue) = 206+176+81=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB051 is #314FAE. Grayscale: #AEAEAE. Windows color (decimal): -3231663 or 5353678. OLE color: 5353678.

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

Color convert

RGB20617681-
CMYK00.150.610.19
HSL45.6º56.05%56.27%-
HSV(B)45.6º60.68%80.78%-
XYZ42.4644.7714.19-
YUV174.1475.44150.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 81 (32.03% from 255) = 17.49%
R=44.49%
G=38.01%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061768100.150.610.1945.656.0556.27
HexCEB0510F3D132e3838
Octal3162601210177523567070
Binary110011101011000010100010111111110110011101110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB051; }

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

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

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

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

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

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

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

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