#CDD95E

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

Shades of Wild Willow #CDD95E

Tints of Wild Willow #CDD95E

Color information

#CDD95E (or 0xCDD95E) is unknown color: approx Wild Willow. HEX triplet: CD, D9 and 5E. RGB value is (205,217,94). Sum of RGB (Red+Green+Blue) = 205+217+94=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD95E is #3226A1. Grayscale: #C7C7C7. Windows color (decimal): -3286690 or 6216141. OLE color: 6216141.

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

Color convert

RGB20521794-
CMYK0.0600.570.15
HSL65.85º61.81%60.98%-
HSV(B)65.85º56.68%85.1%-
XYZ52.0163.4120.09-
YUV199.3968.52132-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 94 (37.11% from 255) = 18.22%
R=39.73%
G=42.05%
B=18.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205217940.0600.570.1565.8561.8160.98
HexCDD95E6039F423e3d
Octal3153311366071171027675
Binary11001101110110011011110110011100111111000010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD95E; }

 p { color: rgb(205,217,94); }

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

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

 a { background-color: rgb(205,217,94); }

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

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

 span { border-color: rgb(205,217,94); }

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