#CCD250

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

Shades of Wild Willow #CCD250

Tints of Wild Willow #CCD250

Color information

#CCD250 (or 0xCCD250) is unknown color: approx Wild Willow. HEX triplet: CC, D2 and 50. RGB value is (204,210,80). Sum of RGB (Red+Green+Blue) = 204+210+80=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD250 is #332DAF. Grayscale: #C1C1C1. Windows color (decimal): -3354032 or 5296844. OLE color: 5296844.

HSL color Cylindrical-coordinate representation of color #CCD250: hue angle of 62.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD250 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20421080-
CMYK0.0300.620.18
HSL62.77º59.09%56.86%-
HSV(B)62.77º61.9%82.35%-
XYZ49.459.5116.47-
YUV193.3964.01135.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 80 (31.64% from 255) = 16.19%
R=41.30%
G=42.51%
B=16.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204210800.0300.620.1862.7759.0956.86
HexCCD250303E123f3b39
Octal314322120307622777371
Binary1100110011010010101000011011111010010111111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD250; }

 p { color: rgb(204,210,80); }

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

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

 a { background-color: rgb(204,210,80); }

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

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

 span { border-color: rgb(204,210,80); }

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