Html Css Color HEX #CCAE49 Sundance

📋 copy color: '#CCAE49'

red 204 ◦ green 174 ◦ blue 73

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

Shades of Sundance #CCAE49

Tints of Sundance #CCAE49

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.58%

 BLUE value IS 73 (28.91% from 255) = 16.19%

R = 45.23%
G = 38.58%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCAE49 (or 0xCCAE49) is known color: Sundance. HEX triplet: CC, AE and 49. RGB value is (204,174,73). Sum of RGB (Red+Green+Blue) = 204+174+73=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE49 is #3351B6. Grayscale: #ABABAB. Windows color (decimal): -3363255 or 4828876. OLE color: 4828876.

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

Color convert

RGB 204 174 73 -
CMYK 0 0.15 0.64 0.2
HSL 46.26º 0.56% 0.54% -
HSV(B) 46.26º 0.64% 0.8% -
XYZ 41.24 43.59 12.54 -
YUV 171.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 204 174 73 0 0.15 0.64 0.2 46.26 0.56 0.54
Hex CC AE 49 0 F 40 14 2E 38 36
Octal 314 256 111 0 17 100 24 56 70 66
Binary 11001100 10101110 1001001 0 1111 1000000 10100 101110 111000 110110

Color Harmonies of #CCAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE49

Black with #CCAE49

Text Example


Text Example

White with #CCAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE49; }

 p { color: rgb(204,174,73); }

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

background-color css

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

 a { background-color: rgb(204,174,73); }

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

border-color css

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

 span { border-color: rgb(204,174,73); }

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