#CDCC5B

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

Shades of Wild Willow #CDCC5B

Tints of Wild Willow #CDCC5B

Color information

#CDCC5B (or 0xCDCC5B) is unknown color: approx Wild Willow. HEX triplet: CD, CC and 5B. RGB value is (205,204,91). Sum of RGB (Red+Green+Blue) = 205+204+91=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC5B is #3233A4. Grayscale: #BFBFBF. Windows color (decimal): -3290021 or 6016205. OLE color: 6016205.

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

Color convert

RGB20520491-
CMYK00.000.560.20
HSL59.47º53.27%58.04%-
HSV(B)59.47º55.61%80.39%-
XYZ48.6656.9218.32-
YUV191.4271.33137.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 91 (35.94% from 255) = 18.2%
R=41%
G=40.8%
B=18.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052049100.000.560.2059.4753.2758.04
HexCDCC5B0038143b353a
Octal315314133007024736572
Binary110011011100110010110110011100010100111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC5B; }

 p { color: rgb(205,204,91); }

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

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

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

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

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

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

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