Html Css Color HEX #CCA040 Sundance

📋 copy color: '#CCA040'

red 204 ◦ green 160 ◦ blue 64

#CCA040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #CCA040

Tints of Sundance #CCA040

RGB

 RED value IS 204 (80.08% from 255) = 47.66%

 GREEN value IS 160 (62.89% from 255) = 37.38%

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 47.66%
G = 37.38%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCA040 (or 0xCCA040) is known color: Sundance. HEX triplet: CC, A0 and 40. RGB value is (204,160,64). Sum of RGB (Red+Green+Blue) = 204+160+64=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA040 is #335FBF. Grayscale: #A2A2A2. Windows color (decimal): -3366848 or 4235468. OLE color: 4235468.

HSL color Cylindrical-coordinate representation of color #CCA040: hue angle of 41.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCA040 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 64 -
CMYK 0 0.22 0.69 0.2
HSL 41.14º 0.58% 0.53% -
HSV(B) 41.14º 0.69% 0.8% -
XYZ 38.4 38.35 10.23 -
YUV 162.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 204 160 64 0 0.22 0.69 0.2 41.14 0.58 0.53
Hex CC A0 40 0 16 45 14 29 3A 35
Octal 314 240 100 0 26 105 24 51 72 65
Binary 11001100 10100000 1000000 0 10110 1000101 10100 101001 111010 110101

Color Harmonies of #CCA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA040

Black with #CCA040

Text Example


Text Example

White with #CCA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA040; }

 p { color: rgb(204,160,64); }

 H1.HeaderClassName
 {
   color: #CCA040;
 }
 .AnyTagClassName
 {
   color: #CCA040;
 }
</style>

background-color css

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

 a { background-color: rgb(204,160,64); }

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

border-color css

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

 span { border-color: rgb(204,160,64); }

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