Html Css Color HEX #CCAE50 Sundance

📋 copy color: '#CCAE50'

red 204 ◦ green 174 ◦ blue 80

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

Shades of Sundance #CCAE50

Tints of Sundance #CCAE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.47%

R = 44.54%
G = 37.99%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCAE50 (or 0xCCAE50) is known color: Sundance. HEX triplet: CC, AE and 50. RGB value is (204,174,80). Sum of RGB (Red+Green+Blue) = 204+174+80=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE50 is #3351AF. Grayscale: #ACACAC. Windows color (decimal): -3363248 or 5287628. OLE color: 5287628.

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

Color convert

RGB 204 174 80 -
CMYK 0 0.15 0.61 0.2
HSL 45.48º 0.55% 0.56% -
HSV(B) 45.48º 0.61% 0.8% -
XYZ 41.49 43.69 13.84 -
YUV 172.25 75.94 150.64 -
System Red Green Blue C M Y K H S L
Decimal 204 174 80 0 0.15 0.61 0.2 45.48 0.55 0.56
Hex CC AE 50 0 F 3D 14 2D 37 38
Octal 314 256 120 0 17 75 24 55 67 70
Binary 11001100 10101110 1010000 0 1111 111101 10100 101101 110111 111000

Color Harmonies of #CCAE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE50

Black with #CCAE50

Text Example


Text Example

White with #CCAE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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