#CCB34A

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

Shades of Sundance #CCB34A

Tints of Sundance #CCB34A

Color information

#CCB34A (or 0xCCB34A) is unknown color: approx Sundance. HEX triplet: CC, B3 and 4A. RGB value is (204,179,74). Sum of RGB (Red+Green+Blue) = 204+179+74=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB34A is #334CB5. Grayscale: #AEAEAE. Windows color (decimal): -3361974 or 4895692. OLE color: 4895692.

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

Color convert

RGB20417974-
CMYK00.120.640.2
HSL48.46º56.03%54.51%-
HSV(B)48.46º63.73%80%-
XYZ42.2645.5713.05-
YUV174.571.28149.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 74 (29.30% from 255) = 16.19%
R=44.64%
G=39.17%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041797400.120.640.248.4656.0354.51
HexCCB34A0C4014303837
Octal31426311201410024607067
Binary1100110010110011100101001100100000010100110000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB34A; }

 p { color: rgb(204,179,74); }

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

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

 a { background-color: rgb(204,179,74); }

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

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

 span { border-color: rgb(204,179,74); }

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