#CCD35C

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

Shades of Wild Willow #CCD35C

Tints of Wild Willow #CCD35C

Color information

#CCD35C (or 0xCCD35C) is unknown color: approx Wild Willow. HEX triplet: CC, D3 and 5C. RGB value is (204,211,92). Sum of RGB (Red+Green+Blue) = 204+211+92=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD35C is #332CA3. Grayscale: #C3C3C3. Windows color (decimal): -3353764 or 6083532. OLE color: 6083532.

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

Color convert

RGB20421192-
CMYK0.0300.560.17
HSL63.53º57.49%59.41%-
HSV(B)63.53º56.4%82.75%-
XYZ50.1360.219.1-
YUV195.3469.68134.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 92 (36.33% from 255) = 18.15%
R=40.24%
G=41.62%
B=18.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204211920.0300.560.1763.5357.4959.41
HexCCD35C30381140393b
Octal3143231343070211007173
Binary11001100110100111011100110111000100011000000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD35C; }

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

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

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

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

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

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

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

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