#CCDC5C

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

Shades of Wild Willow #CCDC5C

Tints of Wild Willow #CCDC5C

Color information

#CCDC5C (or 0xCCDC5C) is unknown color: approx Wild Willow. HEX triplet: CC, DC and 5C. RGB value is (204,220,92). Sum of RGB (Red+Green+Blue) = 204+220+92=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC5C is #3323A3. Grayscale: #C9C9C9. Windows color (decimal): -3351460 or 6085836. OLE color: 6085836.

HSL color Cylindrical-coordinate representation of color #CCDC5C: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCDC5C is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB20422092-
CMYK0.0700.580.14
HSL67.5º64.65%61.18%-
HSV(B)67.5º58.18%86.27%-
XYZ52.4364.819.87-
YUV200.6266.7130.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 92 (36.33% from 255) = 17.83%
R=39.53%
G=42.64%
B=17.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204220920.0700.580.1467.564.6561.18
HexCCDC5C703AE44413d
Octal31433413470721610410175
Binary110011001101110010111001110111010111010001001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDC5C; }

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

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

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

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

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

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

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

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