#CDCD5D

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

Shades of Wild Willow #CDCD5D

Tints of Wild Willow #CDCD5D

Color information

#CDCD5D (or 0xCDCD5D) is unknown color: approx Wild Willow. HEX triplet: CD, CD and 5D. RGB value is (205,205,93). Sum of RGB (Red+Green+Blue) = 205+205+93=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD5D is #3232A2. Grayscale: #C0C0C0. Windows color (decimal): -3289763 or 6147533. OLE color: 6147533.

HSL color Cylindrical-coordinate representation of color #CDCD5D: hue angle of 60º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDCD5D is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20520593-
CMYK000.550.20
HSL60º52.83%58.43%-
HSV(B)60º54.63%80.39%-
XYZ48.9857.4318.86-
YUV192.2372137.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=40.76%
G=40.76%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520593000.550.206052.8358.43
HexCDCD5D0037143c353a
Octal315315135006724746572
Binary110011011100110110111010011011110100111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCD5D; }

 p { color: rgb(205,205,93); }

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

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

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

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

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

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

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