Html Css Color HEX #CCAE4A Sundance

📋 copy color: '#CCAE4A'

red 204 ◦ green 174 ◦ blue 74

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

Shades of Sundance #CCAE4A

Tints of Sundance #CCAE4A

RGB

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

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

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

R = 45.13%
G = 38.5%
B = 16.37%

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

#CCAE4A (or 0xCCAE4A) is known color: Sundance. HEX triplet: CC, AE and 4A. RGB value is (204,174,74). Sum of RGB (Red+Green+Blue) = 204+174+74=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE4A is #3351B5. Grayscale: #ACACAC. Windows color (decimal): -3363254 or 4894412. OLE color: 4894412.

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

Color convert

RGB 204 174 74 -
CMYK 0 0.15 0.64 0.2
HSL 46.15º 0.56% 0.55% -
HSV(B) 46.15º 0.64% 0.8% -
XYZ 41.27 43.6 12.72 -
YUV 171.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 204 174 74 0 0.15 0.64 0.2 46.15 0.56 0.55
Hex CC AE 4A 0 F 40 14 2E 38 37
Octal 314 256 112 0 17 100 24 56 70 67
Binary 11001100 10101110 1001010 0 1111 1000000 10100 101110 111000 110111

Color Harmonies of #CCAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE4A

Black with #CCAE4A

Text Example


Text Example

White with #CCAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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