#CCCD63

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

Shades of Wild Willow #CCCD63

Tints of Wild Willow #CCCD63

Color information

#CCCD63 (or 0xCCCD63) is unknown color: approx Wild Willow. HEX triplet: CC, CD and 63. RGB value is (204,205,99). Sum of RGB (Red+Green+Blue) = 204+205+99=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD63 is #33329C. Grayscale: #C1C1C1. Windows color (decimal): -3355293 or 6540748. OLE color: 6540748.

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

Color convert

RGB20420599-
CMYK0.0000.520.20
HSL60.57º51.46%59.61%-
HSV(B)60.57º51.71%80.39%-
XYZ48.9957.420.3-
YUV192.6275.17136.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 99 (39.06% from 255) = 19.49%
R=40.16%
G=40.35%
B=19.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204205990.0000.520.2060.5751.4659.61
HexCCCD630034143d333c
Octal314315143006424756374
Binary110011001100110111000110011010010100111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCD63; }

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

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

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

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

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

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

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

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