#CEA64B

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

Shades of Sundance #CEA64B

Tints of Sundance #CEA64B

Color information

#CEA64B (or 0xCEA64B) is unknown color: approx Sundance. HEX triplet: CE, A6 and 4B. RGB value is (206,166,75). Sum of RGB (Red+Green+Blue) = 206+166+75=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA64B is #3159B4. Grayscale: #A7A7A7. Windows color (decimal): -3234229 or 4957902. OLE color: 4957902.

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

Color convert

RGB20616675-
CMYK00.190.640.19
HSL41.68º57.21%55.1%-
HSV(B)41.68º63.59%80.78%-
XYZ40.3640.912.42-
YUV167.5975.75155.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.09%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 75 (29.69% from 255) = 16.78%
R=46.09%
G=37.14%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061667500.190.640.1941.6857.2155.1
HexCEA64B01340132a3937
Octal31624611302310023527167
Binary11001110101001101001011010011100000010011101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA64B; }

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

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

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

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

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

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

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

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