#CDCE64

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

Shades of Wild Willow #CDCE64

Tints of Wild Willow #CDCE64

Color information

#CDCE64 (or 0xCDCE64) is unknown color: approx Wild Willow. HEX triplet: CD, CE and 64. RGB value is (205,206,100). Sum of RGB (Red+Green+Blue) = 205+206+100=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE64 is #32319B. Grayscale: #C2C2C2. Windows color (decimal): -3289500 or 6606541. OLE color: 6606541.

HSL color Cylindrical-coordinate representation of color #CDCE64: hue angle of 60.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDCE64 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB205206100-
CMYK0.0000.510.19
HSL60.57º51.96%60%-
HSV(B)60.57º51.46%80.78%-
XYZ49.5558.0420.65-
YUV193.6275.17136.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=40.12%
G=40.31%
B=19.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061000.0000.510.1960.5751.9660
HexCDCE640033133d343c
Octal315316144006323756474
Binary110011011100111011001000011001110011111101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCE64; }

 p { color: rgb(205,206,100); }

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

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

 a { background-color: rgb(205,206,100); }

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

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

 span { border-color: rgb(205,206,100); }

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