Html Css Color HEX #CCD55F Wild Willow

📋 copy color: '#CCD55F'

red 204 ◦ green 213 ◦ blue 95

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

Shades of Wild Willow #CCD55F

Tints of Wild Willow #CCD55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 95 (37.5% from 255) = 18.55%

R = 39.84%
G = 41.6%
B = 18.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#CCD55F (or 0xCCD55F) is known color: Wild Willow. HEX triplet: CC, D5 and 5F. RGB value is (204,213,95). Sum of RGB (Red+Green+Blue) = 204+213+95=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD55F is #332AA0. Grayscale: #C5C5C5. Windows color (decimal): -3353249 or 6280652. OLE color: 6280652.

HSL color Cylindrical-coordinate representation of color #CCD55F: hue angle of 64.58º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD55F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 95 -
CMYK 0.04 0 0.55 0.16
HSL 64.58º 0.58% 0.6% -
HSV(B) 64.58º 0.55% 0.84% -
XYZ 50.76 61.25 19.97 -
YUV 196.86 70.52 133.09 -
System Red Green Blue C M Y K H S L
Decimal 204 213 95 0.04 0 0.55 0.16 64.58 0.58 0.6
Hex CC D5 5F 4 0 37 10 41 3A 3C
Octal 314 325 137 4 0 67 20 101 72 74
Binary 11001100 11010101 1011111 100 0 110111 10000 1000001 111010 111100

Color Harmonies of #CCD55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD55F

Black with #CCD55F

Text Example


Text Example

White with #CCD55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD55F; }

 p { color: rgb(204,213,95); }

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

background-color css

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

 a { background-color: rgb(204,213,95); }

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

border-color css

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

 span { border-color: rgb(204,213,95); }

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