#CDCB5F

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

Shades of Wild Willow #CDCB5F

Tints of Wild Willow #CDCB5F

Color information

#CDCB5F (or 0xCDCB5F) is unknown color: approx Wild Willow. HEX triplet: CD, CB and 5F. RGB value is (205,203,95). Sum of RGB (Red+Green+Blue) = 205+203+95=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCB5F is #3234A0. Grayscale: #BFBFBF. Windows color (decimal): -3290273 or 6278093. OLE color: 6278093.

HSL color Cylindrical-coordinate representation of color #CDCB5F: hue angle of 58.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDCB5F is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20520395-
CMYK00.010.540.20
HSL58.91º52.38%58.82%-
HSV(B)58.91º53.66%80.39%-
XYZ48.656.5219.17-
YUV191.2973.66137.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.76%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 95 (37.5% from 255) = 18.89%
R=40.76%
G=40.36%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052039500.010.540.2058.9152.3858.82
HexCDCB5F0136143b343b
Octal315313137016624736473
Binary110011011100101110111110111011010100111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCB5F; }

 p { color: rgb(205,203,95); }

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

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

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

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

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

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

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