Html Css Color HEX #CCA853 Sundance

📋 copy color: '#CCA853'

red 204 ◦ green 168 ◦ blue 83

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

Shades of Sundance #CCA853

Tints of Sundance #CCA853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.24%

R = 44.84%
G = 36.92%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCA853 (or 0xCCA853) is known color: Sundance. HEX triplet: CC, A8 and 53. RGB value is (204,168,83). Sum of RGB (Red+Green+Blue) = 204+168+83=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA853 is #3357AC. Grayscale: #A9A9A9. Windows color (decimal): -3364781 or 5482700. OLE color: 5482700.

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

Color convert

RGB 204 168 83 -
CMYK 0 0.18 0.59 0.2
HSL 42.15º 0.54% 0.56% -
HSV(B) 42.15º 0.59% 0.8% -
XYZ 40.47 41.47 14.05 -
YUV 169.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 204 168 83 0 0.18 0.59 0.2 42.15 0.54 0.56
Hex CC A8 53 0 12 3B 14 2A 36 38
Octal 314 250 123 0 22 73 24 52 66 70
Binary 11001100 10101000 1010011 0 10010 111011 10100 101010 110110 111000

Color Harmonies of #CCA853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA853

Black with #CCA853

Text Example


Text Example

White with #CCA853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA853; }

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

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

background-color css

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

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

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

border-color css

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

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

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