Html Css Color HEX #CCAB4A Sundance

📋 copy color: '#CCAB4A'

red 204 ◦ green 171 ◦ blue 74

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

Shades of Sundance #CCAB4A

Tints of Sundance #CCAB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

 BLUE value IS 74 (29.3% from 255) = 16.48%

R = 45.43%
G = 38.08%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCAB4A (or 0xCCAB4A) is known color: Sundance. HEX triplet: CC, AB and 4A. RGB value is (204,171,74). Sum of RGB (Red+Green+Blue) = 204+171+74=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB4A is #3354B5. Grayscale: #AAAAAA. Windows color (decimal): -3364022 or 4893644. OLE color: 4893644.

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

Color convert

RGB 204 171 74 -
CMYK 0 0.16 0.64 0.2
HSL 44.77º 0.56% 0.55% -
HSV(B) 44.77º 0.64% 0.8% -
XYZ 40.7 42.46 12.53 -
YUV 169.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 204 171 74 0 0.16 0.64 0.2 44.77 0.56 0.55
Hex CC AB 4A 0 10 40 14 2D 38 37
Octal 314 253 112 0 20 100 24 55 70 67
Binary 11001100 10101011 1001010 0 10000 1000000 10100 101101 111000 110111

Color Harmonies of #CCAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB4A

Black with #CCAB4A

Text Example


Text Example

White with #CCAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB4A; }

 p { color: rgb(204,171,74); }

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

background-color css

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

 a { background-color: rgb(204,171,74); }

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

border-color css

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

 span { border-color: rgb(204,171,74); }

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