#CCB34F

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

Shades of Sundance #CCB34F

Tints of Sundance #CCB34F

Color information

#CCB34F (or 0xCCB34F) is unknown color: approx Sundance. HEX triplet: CC, B3 and 4F. RGB value is (204,179,79). Sum of RGB (Red+Green+Blue) = 204+179+79=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB34F is #334CB0. Grayscale: #AFAFAF. Windows color (decimal): -3361969 or 5223372. OLE color: 5223372.

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

Color convert

RGB20417979-
CMYK00.120.610.2
HSL48º55.07%55.49%-
HSV(B)48º61.27%80%-
XYZ42.4345.6413.97-
YUV175.0873.78148.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 79 (31.25% from 255) = 17.10%
R=44.16%
G=38.74%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041797900.120.610.24855.0755.49
HexCCB34F0C3D14303737
Octal3142631170147524606767
Binary110011001011001110011110110011110110100110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB34F; }

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

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

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

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

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

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

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

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