Html Css Color HEX #CCA94C Sundance

📋 copy color: '#CCA94C'

red 204 ◦ green 169 ◦ blue 76

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

Shades of Sundance #CCA94C

Tints of Sundance #CCA94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.64%

 BLUE value IS 76 (30.08% from 255) = 16.93%

R = 45.43%
G = 37.64%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCA94C (or 0xCCA94C) is known color: Sundance. HEX triplet: CC, A9 and 4C. RGB value is (204,169,76). Sum of RGB (Red+Green+Blue) = 204+169+76=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA94C is #3356B3. Grayscale: #A9A9A9. Windows color (decimal): -3364532 or 5024204. OLE color: 5024204.

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

Color convert

RGB 204 169 76 -
CMYK 0 0.17 0.63 0.2
HSL 43.59º 0.56% 0.55% -
HSV(B) 43.59º 0.63% 0.8% -
XYZ 40.39 41.74 12.76 -
YUV 168.86 75.6 153.06 -
System Red Green Blue C M Y K H S L
Decimal 204 169 76 0 0.17 0.63 0.2 43.59 0.56 0.55
Hex CC A9 4C 0 11 3F 14 2C 38 37
Octal 314 251 114 0 21 77 24 54 70 67
Binary 11001100 10101001 1001100 0 10001 111111 10100 101100 111000 110111

Color Harmonies of #CCA94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA94C

Black with #CCA94C

Text Example


Text Example

White with #CCA94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA94C; }

 p { color: rgb(204,169,76); }

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

background-color css

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

 a { background-color: rgb(204,169,76); }

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

border-color css

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

 span { border-color: rgb(204,169,76); }

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