#CCCD5C

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

Shades of Wild Willow #CCCD5C

Tints of Wild Willow #CCCD5C

Color information

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

HSL color Cylindrical-coordinate representation of color #CCCD5C: hue angle of 60.53º 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 #CCCD5C is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20420592-
CMYK0.0000.550.20
HSL60.53º53.05%58.24%-
HSV(B)60.53º55.12%80.39%-
XYZ48.6657.2718.62-
YUV191.8271.67136.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205920.0000.550.2060.5353.0558.24
HexCCCD5C0037143d353a
Octal314315134006724756572
Binary110011001100110110111000011011110100111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD5C; }

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

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

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

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

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

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

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

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