#CEB34F

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

Shades of Sundance #CEB34F

Tints of Sundance #CEB34F

Color information

#CEB34F (or 0xCEB34F) is unknown color: approx Sundance. HEX triplet: CE, B3 and 4F. RGB value is (206,179,79). Sum of RGB (Red+Green+Blue) = 206+179+79=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB34F is #314CB0. Grayscale: #B0B0B0. Windows color (decimal): -3230897 or 5223374. OLE color: 5223374.

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

Color convert

RGB20617979-
CMYK00.130.620.19
HSL47.24º56.44%55.88%-
HSV(B)47.24º61.65%80.78%-
XYZ42.9845.9314-
YUV175.6773.45149.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.40%
GREEN value IS 179 (70.31% from 255) = 38.58%
BLUE value IS 79 (31.25% from 255) = 17.03%
R=44.40%
G=38.58%
B=17.03%

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
Decimal2061797900.130.620.1947.2456.4455.88
HexCEB34F0D3E132f3838
Octal3162631170157623577070
Binary110011101011001110011110110111111010011101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB34F; }

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

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

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

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

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

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

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

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