#CCDC5A

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

Shades of Wild Willow #CCDC5A

Tints of Wild Willow #CCDC5A

Color information

#CCDC5A (or 0xCCDC5A) is unknown color: approx Wild Willow. HEX triplet: CC, DC and 5A. RGB value is (204,220,90). Sum of RGB (Red+Green+Blue) = 204+220+90=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC5A is #3323A5. Grayscale: #C8C8C8. Windows color (decimal): -3351462 or 5954764. OLE color: 5954764.

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

Color convert

RGB20422090-
CMYK0.0700.590.14
HSL67.38º65%60.78%-
HSV(B)67.38º59.09%86.27%-
XYZ52.3464.7619.41-
YUV200.465.7130.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 90 (35.55% from 255) = 17.51%
R=39.69%
G=42.80%
B=17.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204220900.0700.590.1467.386560.78
HexCCDC5A703BE43413d
Octal31433413270731610310175
Binary110011001101110010110101110111011111010000111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDC5A; }

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

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

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

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

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

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

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

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