Html Css Color HEX #CCA747 Sundance

📋 copy color: '#CCA747'

red 204 ◦ green 167 ◦ blue 71

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

Shades of Sundance #CCA747

Tints of Sundance #CCA747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.78%

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

R = 46.15%
G = 37.78%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCA747 (or 0xCCA747) is known color: Sundance. HEX triplet: CC, A7 and 47. RGB value is (204,167,71). Sum of RGB (Red+Green+Blue) = 204+167+71=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA747 is #3358B8. Grayscale: #A7A7A7. Windows color (decimal): -3365049 or 4696012. OLE color: 4696012.

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

Color convert

RGB 204 167 71 -
CMYK 0 0.18 0.65 0.2
HSL 43.31º 0.57% 0.54% -
HSV(B) 43.31º 0.65% 0.8% -
XYZ 39.86 40.93 11.76 -
YUV 167.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 204 167 71 0 0.18 0.65 0.2 43.31 0.57 0.54
Hex CC A7 47 0 12 41 14 2B 39 36
Octal 314 247 107 0 22 101 24 53 71 66
Binary 11001100 10100111 1000111 0 10010 1000001 10100 101011 111001 110110

Color Harmonies of #CCA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA747

Black with #CCA747

Text Example


Text Example

White with #CCA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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