Html Css Color HEX #CCA449 Sundance

📋 copy color: '#CCA449'

red 204 ◦ green 164 ◦ blue 73

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

Shades of Sundance #CCA449

Tints of Sundance #CCA449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.55%

R = 46.26%
G = 37.19%
B = 16.55%

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

#CCA449 (or 0xCCA449) is known color: Sundance. HEX triplet: CC, A4 and 49. RGB value is (204,164,73). Sum of RGB (Red+Green+Blue) = 204+164+73=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA449 is #335BB6. Grayscale: #A5A5A5. Windows color (decimal): -3365815 or 4826316. OLE color: 4826316.

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

Color convert

RGB 204 164 73 -
CMYK 0 0.20 0.64 0.2
HSL 41.68º 0.56% 0.54% -
HSV(B) 41.68º 0.64% 0.8% -
XYZ 39.38 39.87 11.92 -
YUV 165.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 204 164 73 0 0.20 0.64 0.2 41.68 0.56 0.54
Hex CC A4 49 0 14 40 14 2A 38 36
Octal 314 244 111 0 24 100 24 52 70 66
Binary 11001100 10100100 1001001 0 10100 1000000 10100 101010 111000 110110

Color Harmonies of #CCA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA449

Black with #CCA449

Text Example


Text Example

White with #CCA449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA449; }

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

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

background-color css

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

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

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

border-color css

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

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

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