#CEB44F

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

Shades of Sundance #CEB44F

Tints of Sundance #CEB44F

Color information

#CEB44F (or 0xCEB44F) is unknown color: approx Sundance. HEX triplet: CE, B4 and 4F. RGB value is (206,180,79). Sum of RGB (Red+Green+Blue) = 206+180+79=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB44F is #314BB0. Grayscale: #B0B0B0. Windows color (decimal): -3230641 or 5223630. OLE color: 5223630.

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

Color convert

RGB20618079-
CMYK00.130.620.19
HSL47.72º56.44%55.88%-
HSV(B)47.72º61.65%80.78%-
XYZ43.1946.3314.06-
YUV176.2673.11149.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 79 (31.25% from 255) = 16.99%
R=44.30%
G=38.71%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061807900.130.620.1947.7256.4455.88
HexCEB44F0D3E13303838
Octal3162641170157623607070
Binary110011101011010010011110110111111010011110000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB44F; }

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

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

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

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

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

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

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

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