Html Css Color HEX #CCD44F Wild Willow

📋 copy color: '#CCD44F'

red 204 ◦ green 212 ◦ blue 79

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

Shades of Wild Willow #CCD44F

Tints of Wild Willow #CCD44F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 79 (31.25% from 255) = 15.96%

R = 41.21%
G = 42.83%
B = 15.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#CCD44F (or 0xCCD44F) is known color: Wild Willow. HEX triplet: CC, D4 and 4F. RGB value is (204,212,79). Sum of RGB (Red+Green+Blue) = 204+212+79=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD44F is #332BB0. Grayscale: #C2C2C2. Windows color (decimal): -3353521 or 5231820. OLE color: 5231820.

HSL color Cylindrical-coordinate representation of color #CCD44F: hue angle of 63.61º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD44F is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 79 -
CMYK 0.04 0 0.63 0.17
HSL 63.61º 0.61% 0.57% -
HSV(B) 63.61º 0.63% 0.83% -
XYZ 49.86 60.49 16.44 -
YUV 194.45 62.85 134.81 -
System Red Green Blue C M Y K H S L
Decimal 204 212 79 0.04 0 0.63 0.17 63.61 0.61 0.57
Hex CC D4 4F 4 0 3F 11 40 3D 39
Octal 314 324 117 4 0 77 21 100 75 71
Binary 11001100 11010100 1001111 100 0 111111 10001 1000000 111101 111001

Color Harmonies of #CCD44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD44F

Black with #CCD44F

Text Example


Text Example

White with #CCD44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD44F; }

 p { color: rgb(204,212,79); }

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

background-color css

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

 a { background-color: rgb(204,212,79); }

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

border-color css

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

 span { border-color: rgb(204,212,79); }

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