Html Css Color HEX #CCA24A Sundance

📋 copy color: '#CCA24A'

red 204 ◦ green 162 ◦ blue 74

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

Shades of Sundance #CCA24A

Tints of Sundance #CCA24A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

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

R = 46.36%
G = 36.82%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA24A (or 0xCCA24A) is known color: Sundance. HEX triplet: CC, A2 and 4A. RGB value is (204,162,74). Sum of RGB (Red+Green+Blue) = 204+162+74=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA24A is #335DB5. Grayscale: #A4A4A4. Windows color (decimal): -3366326 or 4891340. OLE color: 4891340.

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

Color convert

RGB 204 162 74 -
CMYK 0 0.21 0.64 0.2
HSL 40.62º 0.56% 0.55% -
HSV(B) 40.62º 0.64% 0.8% -
XYZ 39.06 39.17 11.98 -
YUV 164.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 204 162 74 0 0.21 0.64 0.2 40.62 0.56 0.55
Hex CC A2 4A 0 15 40 14 29 38 37
Octal 314 242 112 0 25 100 24 51 70 67
Binary 11001100 10100010 1001010 0 10101 1000000 10100 101001 111000 110111

Color Harmonies of #CCA24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA24A

Black with #CCA24A

Text Example


Text Example

White with #CCA24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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