Html Css Color HEX #CCA94A Sundance

📋 copy color: '#CCA94A'

red 204 ◦ green 169 ◦ blue 74

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

Shades of Sundance #CCA94A

Tints of Sundance #CCA94A

RGB

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

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

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

R = 45.64%
G = 37.81%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA94A (or 0xCCA94A) is known color: Sundance. HEX triplet: CC, A9 and 4A. RGB value is (204,169,74). Sum of RGB (Red+Green+Blue) = 204+169+74=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 74 (29.30% from 255 or 16.55% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA94A is #3356B5. Grayscale: #A9A9A9. Windows color (decimal): -3364534 or 4893132. OLE color: 4893132.

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

Color convert

RGB 204 169 74 -
CMYK 0 0.17 0.64 0.2
HSL 43.85º 0.56% 0.55% -
HSV(B) 43.85º 0.64% 0.8% -
XYZ 40.33 41.71 12.4 -
YUV 168.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 204 169 74 0 0.17 0.64 0.2 43.85 0.56 0.55
Hex CC A9 4A 0 11 40 14 2C 38 37
Octal 314 251 112 0 21 100 24 54 70 67
Binary 11001100 10101001 1001010 0 10001 1000000 10100 101100 111000 110111

Color Harmonies of #CCA94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA94A

Black with #CCA94A

Text Example


Text Example

White with #CCA94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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