Html Css Color HEX #CCA54A Sundance

📋 copy color: '#CCA54A'

red 204 ◦ green 165 ◦ blue 74

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

Shades of Sundance #CCA54A

Tints of Sundance #CCA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

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

R = 46.05%
G = 37.25%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA54A (or 0xCCA54A) is known color: Sundance. HEX triplet: CC, A5 and 4A. RGB value is (204,165,74). Sum of RGB (Red+Green+Blue) = 204+165+74=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA54A is #335AB5. Grayscale: #A6A6A6. Windows color (decimal): -3365558 or 4892108. OLE color: 4892108.

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

Color convert

RGB 204 165 74 -
CMYK 0 0.19 0.64 0.2
HSL 42º 0.56% 0.55% -
HSV(B) 42º 0.64% 0.8% -
XYZ 39.59 40.24 12.16 -
YUV 166.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 204 165 74 0 0.19 0.64 0.2 42 0.56 0.55
Hex CC A5 4A 0 13 40 14 2A 38 37
Octal 314 245 112 0 23 100 24 52 70 67
Binary 11001100 10100101 1001010 0 10011 1000000 10100 101010 111000 110111

Color Harmonies of #CCA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA54A

Black with #CCA54A

Text Example


Text Example

White with #CCA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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