Html Css Color HEX #CCA44A Sundance

📋 copy color: '#CCA44A'

red 204 ◦ green 164 ◦ blue 74

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

Shades of Sundance #CCA44A

Tints of Sundance #CCA44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.1%

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

R = 46.15%
G = 37.1%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA44A (or 0xCCA44A) is known color: Sundance. HEX triplet: CC, A4 and 4A. RGB value is (204,164,74). Sum of RGB (Red+Green+Blue) = 204+164+74=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA44A is #335BB5. Grayscale: #A6A6A6. Windows color (decimal): -3365814 or 4891852. OLE color: 4891852.

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

Color convert

RGB 204 164 74 -
CMYK 0 0.20 0.64 0.2
HSL 41.54º 0.56% 0.55% -
HSV(B) 41.54º 0.64% 0.8% -
XYZ 39.41 39.88 12.1 -
YUV 165.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 204 164 74 0 0.20 0.64 0.2 41.54 0.56 0.55
Hex CC A4 4A 0 14 40 14 2A 38 37
Octal 314 244 112 0 24 100 24 52 70 67
Binary 11001100 10100100 1001010 0 10100 1000000 10100 101010 111000 110111

Color Harmonies of #CCA44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA44A

Black with #CCA44A

Text Example


Text Example

White with #CCA44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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