Html Css Color HEX #CCD24F Wild Willow

📋 copy color: '#CCD24F'

red 204 ◦ green 210 ◦ blue 79

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

Shades of Wild Willow #CCD24F

Tints of Wild Willow #CCD24F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

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

R = 41.38%
G = 42.6%
B = 16.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#CCD24F (or 0xCCD24F) is known color: Wild Willow. HEX triplet: CC, D2 and 4F. RGB value is (204,210,79). Sum of RGB (Red+Green+Blue) = 204+210+79=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD24F is #332DB0. Grayscale: #C1C1C1. Windows color (decimal): -3354033 or 5231308. OLE color: 5231308.

HSL color Cylindrical-coordinate representation of color #CCD24F: hue angle of 62.75º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD24F is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 79 -
CMYK 0.03 0 0.62 0.18
HSL 62.75º 0.59% 0.57% -
HSV(B) 62.75º 0.62% 0.82% -
XYZ 49.36 59.5 16.28 -
YUV 193.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 204 210 79 0.03 0 0.62 0.18 62.75 0.59 0.57
Hex CC D2 4F 3 0 3E 12 3F 3B 39
Octal 314 322 117 3 0 76 22 77 73 71
Binary 11001100 11010010 1001111 11 0 111110 10010 111111 111011 111001

Color Harmonies of #CCD24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD24F

Black with #CCD24F

Text Example


Text Example

White with #CCD24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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