#CCCD51

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

Shades of Wild Willow #CCCD51

Tints of Wild Willow #CCCD51

Color information

#CCCD51 (or 0xCCCD51) is unknown color: approx Wild Willow. HEX triplet: CC, CD and 51. RGB value is (204,205,81). Sum of RGB (Red+Green+Blue) = 204+205+81=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD51 is #3332AE. Grayscale: #BFBFBF. Windows color (decimal): -3355311 or 5361100. OLE color: 5361100.

HSL color Cylindrical-coordinate representation of color #CCCD51: hue angle of 60.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCCD51 is Cyan = 0.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20420581-
CMYK0.0000.600.20
HSL60.48º55.36%56.08%-
HSV(B)60.48º60.49%80.39%-
XYZ48.2257.0916.26-
YUV190.5666.17137.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=41.63%
G=41.84%
B=16.53%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205810.0000.600.2060.4855.3656.08
HexCCCD51003C143c3738
Octal314315121007424746770
Binary110011001100110110100010011110010100111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD51; }

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

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

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

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

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

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

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

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