Html Css Color HEX #CCA942 Sundance

📋 copy color: '#CCA942'

red 204 ◦ green 169 ◦ blue 66

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

Shades of Sundance #CCA942

Tints of Sundance #CCA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 66 (26.17% from 255) = 15.03%

R = 46.47%
G = 38.5%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCA942 (or 0xCCA942) is known color: Sundance. HEX triplet: CC, A9 and 42. RGB value is (204,169,66). Sum of RGB (Red+Green+Blue) = 204+169+66=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA942 is #3356BD. Grayscale: #A8A8A8. Windows color (decimal): -3364542 or 4368844. OLE color: 4368844.

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

Color convert

RGB 204 169 66 -
CMYK 0 0.17 0.68 0.2
HSL 44.78º 0.58% 0.53% -
HSV(B) 44.78º 0.68% 0.8% -
XYZ 40.07 41.61 11.07 -
YUV 167.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 204 169 66 0 0.17 0.68 0.2 44.78 0.58 0.53
Hex CC A9 42 0 11 44 14 2D 3A 35
Octal 314 251 102 0 21 104 24 55 72 65
Binary 11001100 10101001 1000010 0 10001 1000100 10100 101101 111010 110101

Color Harmonies of #CCA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA942

Black with #CCA942

Text Example


Text Example

White with #CCA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA942; }

 p { color: rgb(204,169,66); }

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

background-color css

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

 a { background-color: rgb(204,169,66); }

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

border-color css

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

 span { border-color: rgb(204,169,66); }

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