#CCD95F

Color #CCD95F Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CCD95F

Tints of Wild Willow #CCD95F

Color information

#CCD95F (or 0xCCD95F) is unknown color: approx Wild Willow. HEX triplet: CC, D9 and 5F. RGB value is (204,217,95). Sum of RGB (Red+Green+Blue) = 204+217+95=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD95F is #3326A0. Grayscale: #C7C7C7. Windows color (decimal): -3352225 or 6281676. OLE color: 6281676.

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

Color convert

RGB20421795-
CMYK0.0600.560.15
HSL66.39º61.62%61.18%-
HSV(B)66.39º56.22%85.1%-
XYZ51.7863.2920.31-
YUV199.269.19131.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 95 (37.5% from 255) = 18.41%
R=39.53%
G=42.05%
B=18.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal204217950.0600.560.1566.3961.6261.18
HexCCD95F6038F423e3d
Octal3143311376070171027675
Binary11001100110110011011111110011100011111000010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD95F; }

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

 H1.HeaderClassName
 {
   color: #CCD95F;
 }
 .AnyTagClassName
 {
   color: #CCD95F;
 }
</style>
background-color css

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

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

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

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

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

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