Html Css Color HEX #CCD15F Wild Willow

📋 copy color: '#CCD15F'

red 204 ◦ green 209 ◦ blue 95

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

Shades of Wild Willow #CCD15F

Tints of Wild Willow #CCD15F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.14%

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

R = 40.16%
G = 41.14%
B = 18.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#CCD15F (or 0xCCD15F) is known color: Wild Willow. HEX triplet: CC, D1 and 5F. RGB value is (204,209,95). Sum of RGB (Red+Green+Blue) = 204+209+95=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD15F is #332EA0. Grayscale: #C2C2C2. Windows color (decimal): -3354273 or 6279628. OLE color: 6279628.

HSL color Cylindrical-coordinate representation of color #CCD15F: hue angle of 62.63º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD15F is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 95 -
CMYK 0.02 0 0.55 0.18
HSL 62.63º 0.55% 0.6% -
HSV(B) 62.63º 0.55% 0.82% -
XYZ 49.77 59.26 19.64 -
YUV 194.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 204 209 95 0.02 0 0.55 0.18 62.63 0.55 0.6
Hex CC D1 5F 2 0 37 12 3F 37 3C
Octal 314 321 137 2 0 67 22 77 67 74
Binary 11001100 11010001 1011111 10 0 110111 10010 111111 110111 111100

Color Harmonies of #CCD15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD15F

Black with #CCD15F

Text Example


Text Example

White with #CCD15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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