Html Css Color HEX #CCA442 Sundance

📋 copy color: '#CCA442'

red 204 ◦ green 164 ◦ blue 66

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

Shades of Sundance #CCA442

Tints of Sundance #CCA442

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.79%

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

R = 47%
G = 37.79%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCA442 (or 0xCCA442) is known color: Sundance. HEX triplet: CC, A4 and 42. RGB value is (204,164,66). Sum of RGB (Red+Green+Blue) = 204+164+66=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA442 is #335BBD. Grayscale: #A5A5A5. Windows color (decimal): -3365822 or 4367564. OLE color: 4367564.

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

Color convert

RGB 204 164 66 -
CMYK 0 0.20 0.68 0.2
HSL 42.61º 0.58% 0.53% -
HSV(B) 42.61º 0.68% 0.8% -
XYZ 39.16 39.78 10.77 -
YUV 164.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 204 164 66 0 0.20 0.68 0.2 42.61 0.58 0.53
Hex CC A4 42 0 14 44 14 2B 3A 35
Octal 314 244 102 0 24 104 24 53 72 65
Binary 11001100 10100100 1000010 0 10100 1000100 10100 101011 111010 110101

Color Harmonies of #CCA442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA442

Black with #CCA442

Text Example


Text Example

White with #CCA442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA442; }

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

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

background-color css

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

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

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

border-color css

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

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

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