Html Css Color HEX #CCAF50 Sundance

📋 copy color: '#CCAF50'

red 204 ◦ green 175 ◦ blue 80

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

Shades of Sundance #CCAF50

Tints of Sundance #CCAF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

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

R = 44.44%
G = 38.13%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCAF50 (or 0xCCAF50) is known color: Sundance. HEX triplet: CC, AF and 50. RGB value is (204,175,80). Sum of RGB (Red+Green+Blue) = 204+175+80=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF50 is #3350AF. Grayscale: #ADADAD. Windows color (decimal): -3362992 or 5287884. OLE color: 5287884.

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

Color convert

RGB 204 175 80 -
CMYK 0 0.14 0.61 0.2
HSL 45.97º 0.55% 0.56% -
HSV(B) 45.97º 0.61% 0.8% -
XYZ 41.68 44.08 13.9 -
YUV 172.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 204 175 80 0 0.14 0.61 0.2 45.97 0.55 0.56
Hex CC AF 50 0 E 3D 14 2E 37 38
Octal 314 257 120 0 16 75 24 56 67 70
Binary 11001100 10101111 1010000 0 1110 111101 10100 101110 110111 111000

Color Harmonies of #CCAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF50

Black with #CCAF50

Text Example


Text Example

White with #CCAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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