Html Css Color HEX #CCA047 Sundance

📋 copy color: '#CCA047'

red 204 ◦ green 160 ◦ blue 71

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

Shades of Sundance #CCA047

Tints of Sundance #CCA047

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

 BLUE value IS 71 (28.13% from 255) = 16.32%

R = 46.9%
G = 36.78%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCA047 (or 0xCCA047) is known color: Sundance. HEX triplet: CC, A0 and 47. RGB value is (204,160,71). Sum of RGB (Red+Green+Blue) = 204+160+71=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA047 is #335FB8. Grayscale: #A3A3A3. Windows color (decimal): -3366841 or 4694220. OLE color: 4694220.

HSL color Cylindrical-coordinate representation of color #CCA047: hue angle of 40.15º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCA047 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 71 -
CMYK 0 0.22 0.65 0.2
HSL 40.15º 0.57% 0.54% -
HSV(B) 40.15º 0.65% 0.8% -
XYZ 38.61 38.43 11.34 -
YUV 163.01 76.08 157.24 -
System Red Green Blue C M Y K H S L
Decimal 204 160 71 0 0.22 0.65 0.2 40.15 0.57 0.54
Hex CC A0 47 0 16 41 14 28 39 36
Octal 314 240 107 0 26 101 24 50 71 66
Binary 11001100 10100000 1000111 0 10110 1000001 10100 101000 111001 110110

Color Harmonies of #CCA047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA047

Black with #CCA047

Text Example


Text Example

White with #CCA047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA047; }

 p { color: rgb(204,160,71); }

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

background-color css

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

 a { background-color: rgb(204,160,71); }

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

border-color css

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

 span { border-color: rgb(204,160,71); }

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