#CCB54E

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

Shades of Sundance #CCB54E

Tints of Sundance #CCB54E

Color information

#CCB54E (or 0xCCB54E) is unknown color: approx Sundance. HEX triplet: CC, B5 and 4E. RGB value is (204,181,78). Sum of RGB (Red+Green+Blue) = 204+181+78=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB54E is #334AB1. Grayscale: #B0B0B0. Windows color (decimal): -3361458 or 5158348. OLE color: 5158348.

HSL color Cylindrical-coordinate representation of color #CCB54E: hue angle of 49.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCB54E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB20418178-
CMYK00.110.620.2
HSL49.05º55.26%55.29%-
HSV(B)49.05º61.76%80%-
XYZ42.846.4413.91-
YUV176.1472.62147.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 78 (30.86% from 255) = 16.85%
R=44.06%
G=39.09%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041817800.110.620.249.0555.2655.29
HexCCB54E0B3E14313737
Octal3142651160137624616767
Binary110011001011010110011100101111111010100110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB54E; }

 p { color: rgb(204,181,78); }

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

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

 a { background-color: rgb(204,181,78); }

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

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

 span { border-color: rgb(204,181,78); }

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