Html Css Color HEX #CCA84A Sundance

📋 copy color: '#CCA84A'

red 204 ◦ green 168 ◦ blue 74

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

Shades of Sundance #CCA84A

Tints of Sundance #CCA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

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

R = 45.74%
G = 37.67%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA84A (or 0xCCA84A) is known color: Sundance. HEX triplet: CC, A8 and 4A. RGB value is (204,168,74). Sum of RGB (Red+Green+Blue) = 204+168+74=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA84A is #3357B5. Grayscale: #A8A8A8. Windows color (decimal): -3364790 or 4892876. OLE color: 4892876.

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

Color convert

RGB 204 168 74 -
CMYK 0 0.18 0.64 0.2
HSL 43.38º 0.56% 0.55% -
HSV(B) 43.38º 0.64% 0.8% -
XYZ 40.14 41.34 12.34 -
YUV 168.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 204 168 74 0 0.18 0.64 0.2 43.38 0.56 0.55
Hex CC A8 4A 0 12 40 14 2B 38 37
Octal 314 250 112 0 22 100 24 53 70 67
Binary 11001100 10101000 1001010 0 10010 1000000 10100 101011 111000 110111

Color Harmonies of #CCA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA84A

Black with #CCA84A

Text Example


Text Example

White with #CCA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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