Html Css Color HEX #CCDA50 Wild Willow

📋 copy color: '#CCDA50'

red 204 ◦ green 218 ◦ blue 80

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

Shades of Wild Willow #CCDA50

Tints of Wild Willow #CCDA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.43%

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

R = 40.64%
G = 43.43%
B = 15.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#CCDA50 (or 0xCCDA50) is known color: Wild Willow. HEX triplet: CC, DA and 50. RGB value is (204,218,80). Sum of RGB (Red+Green+Blue) = 204+218+80=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA50 is #3325AF. Grayscale: #C6C6C6. Windows color (decimal): -3351984 or 5298892. OLE color: 5298892.

HSL color Cylindrical-coordinate representation of color #CCDA50: hue angle of 66.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCDA50 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 80 -
CMYK 0.06 0 0.63 0.15
HSL 66.09º 0.65% 0.58% -
HSV(B) 66.09º 0.63% 0.85% -
XYZ 51.42 63.56 17.15 -
YUV 198.08 61.36 132.22 -
System Red Green Blue C M Y K H S L
Decimal 204 218 80 0.06 0 0.63 0.15 66.09 0.65 0.58
Hex CC DA 50 6 0 3F F 42 41 3A
Octal 314 332 120 6 0 77 17 102 101 72
Binary 11001100 11011010 1010000 110 0 111111 1111 1000010 1000001 111010

Color Harmonies of #CCDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA50

Black with #CCDA50

Text Example


Text Example

White with #CCDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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