#CEB24F

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

Shades of Sundance #CEB24F

Tints of Sundance #CEB24F

Color information

#CEB24F (or 0xCEB24F) is unknown color: approx Sundance. HEX triplet: CE, B2 and 4F. RGB value is (206,178,79). Sum of RGB (Red+Green+Blue) = 206+178+79=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB24F is #314DB0. Grayscale: #AFAFAF. Windows color (decimal): -3231153 or 5223118. OLE color: 5223118.

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

Color convert

RGB20617879-
CMYK00.140.620.19
HSL46.77º56.44%55.88%-
HSV(B)46.77º61.65%80.78%-
XYZ42.7945.5313.93-
YUV175.0973.78150.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 79 (31.25% from 255) = 17.06%
R=44.49%
G=38.44%
B=17.06%

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
Decimal2061787900.140.620.1946.7756.4455.88
HexCEB24F0E3E132f3838
Octal3162621170167623577070
Binary110011101011001010011110111011111010011101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB24F; }

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

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

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

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

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

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

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

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