#CED65D

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

Shades of Wild Willow #CED65D

Tints of Wild Willow #CED65D

Color information

#CED65D (or 0xCED65D) is unknown color: approx Wild Willow. HEX triplet: CE, D6 and 5D. RGB value is (206,214,93). Sum of RGB (Red+Green+Blue) = 206+214+93=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #CED65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED65D is #3129A2. Grayscale: #C6C6C6. Windows color (decimal): -3221923 or 6149838. OLE color: 6149838.

HSL color Cylindrical-coordinate representation of color #CED65D: hue angle of 63.97º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CED65D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB20621493-
CMYK0.0400.570.16
HSL63.97º59.61%60.2%-
HSV(B)63.97º56.54%83.92%-
XYZ51.4862.0119.61-
YUV197.8168.85133.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=40.16%
G=41.72%
B=18.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206214930.0400.570.1663.9759.6160.2
HexCED65D403910403c3c
Octal3163261354071201007474
Binary110011101101011010111011000111001100001000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED65D; }

 p { color: rgb(206,214,93); }

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

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

 a { background-color: rgb(206,214,93); }

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

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

 span { border-color: rgb(206,214,93); }

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