#CDCE68

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

Shades of Wild Willow #CDCE68

Tints of Wild Willow #CDCE68

Color information

#CDCE68 (or 0xCDCE68) is unknown color: approx Wild Willow. HEX triplet: CD, CE and 68. RGB value is (205,206,104). Sum of RGB (Red+Green+Blue) = 205+206+104=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCE68 is #323197. Grayscale: #C2C2C2. Windows color (decimal): -3289496 or 6868685. OLE color: 6868685.

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

Color convert

RGB205206104-
CMYK0.0000.500.19
HSL60.59º51%60.78%-
HSV(B)60.59º49.51%80.78%-
XYZ49.7558.1221.69-
YUV194.0777.17135.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 104 (41.02% from 255) = 20.19%
R=39.81%
G=40%
B=20.19%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061040.0000.500.1960.595160.78
HexCDCE680032133d333d
Octal315316150006223756375
Binary110011011100111011010000011001010011111101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCE68; }

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

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

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

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

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

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

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

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