#CDCC5C

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

Shades of Wild Willow #CDCC5C

Tints of Wild Willow #CDCC5C

Color information

#CDCC5C (or 0xCDCC5C) is unknown color: approx Wild Willow. HEX triplet: CD, CC and 5C. RGB value is (205,204,92). Sum of RGB (Red+Green+Blue) = 205+204+92=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC5C is #3233A3. Grayscale: #BFBFBF. Windows color (decimal): -3290020 or 6081741. OLE color: 6081741.

HSL color Cylindrical-coordinate representation of color #CDCC5C: 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.55%. Process color model (Four color, CMYK) of #CDCC5C is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20520492-
CMYK00.000.550.20
HSL59.47º53.05%58.24%-
HSV(B)59.47º55.12%80.39%-
XYZ48.756.9418.55-
YUV191.5371.83137.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=40.92%
G=40.72%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052049200.000.550.2059.4753.0558.24
HexCDCC5C0037143b353a
Octal315314134006724736572
Binary110011011100110010111000011011110100111011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC5C; }

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

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

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

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

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

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

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

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