Html Css Color HEX #CCA64A Sundance

📋 copy color: '#CCA64A'

red 204 ◦ green 166 ◦ blue 74

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

Shades of Sundance #CCA64A

Tints of Sundance #CCA64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 45.95%
G = 37.39%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA64A (or 0xCCA64A) is known color: Sundance. HEX triplet: CC, A6 and 4A. RGB value is (204,166,74). Sum of RGB (Red+Green+Blue) = 204+166+74=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA64A is #3359B5. Grayscale: #A7A7A7. Windows color (decimal): -3365302 or 4892364. OLE color: 4892364.

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

Color convert

RGB 204 166 74 -
CMYK 0 0.19 0.64 0.2
HSL 42.46º 0.56% 0.55% -
HSV(B) 42.46º 0.64% 0.8% -
XYZ 39.77 40.6 12.22 -
YUV 166.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 204 166 74 0 0.19 0.64 0.2 42.46 0.56 0.55
Hex CC A6 4A 0 13 40 14 2A 38 37
Octal 314 246 112 0 23 100 24 52 70 67
Binary 11001100 10100110 1001010 0 10011 1000000 10100 101010 111000 110111

Color Harmonies of #CCA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA64A

Black with #CCA64A

Text Example


Text Example

White with #CCA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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