#CCD364

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

Shades of Wild Willow #CCD364

Tints of Wild Willow #CCD364

Color information

#CCD364 (or 0xCCD364) is unknown color: approx Wild Willow. HEX triplet: CC, D3 and 64. RGB value is (204,211,100). Sum of RGB (Red+Green+Blue) = 204+211+100=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD364 is #332C9B. Grayscale: #C4C4C4. Windows color (decimal): -3353756 or 6607820. OLE color: 6607820.

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

Color convert

RGB204211100-
CMYK0.0300.530.17
HSL63.78º55.78%60.98%-
HSV(B)63.78º52.61%82.75%-
XYZ50.560.3521.04-
YUV196.2573.68133.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 211 (82.81% from 255) = 40.97%
BLUE value IS 100 (39.45% from 255) = 19.42%
R=39.61%
G=40.97%
B=19.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111000.0300.530.1763.7855.7860.98
HexCCD36430351140383d
Octal3143231443065211007075
Binary11001100110100111100100110110101100011000000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD364; }

 p { color: rgb(204,211,100); }

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

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

 a { background-color: rgb(204,211,100); }

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

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

 span { border-color: rgb(204,211,100); }

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