#CEB44B

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

Shades of Sundance #CEB44B

Tints of Sundance #CEB44B

Color information

#CEB44B (or 0xCEB44B) is unknown color: approx Sundance. HEX triplet: CE, B4 and 4B. RGB value is (206,180,75). Sum of RGB (Red+Green+Blue) = 206+180+75=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB44B is #314BB4. Grayscale: #B0B0B0. Windows color (decimal): -3230645 or 4961486. OLE color: 4961486.

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

Color convert

RGB20618075-
CMYK00.130.640.19
HSL48.09º57.21%55.1%-
HSV(B)48.09º63.59%80.78%-
XYZ43.0446.2713.32-
YUV175.871.11149.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 75 (29.69% from 255) = 16.27%
R=44.69%
G=39.05%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061807500.130.640.1948.0957.2155.1
HexCEB44B0D4013303937
Octal31626411301510023607167
Binary1100111010110100100101101101100000010011110000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB44B; }

 p { color: rgb(206,180,75); }

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

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

 a { background-color: rgb(206,180,75); }

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

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

 span { border-color: rgb(206,180,75); }

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