Html Css Color HEX #CCD056 Wild Willow

📋 copy color: '#CCD056'

red 204 ◦ green 208 ◦ blue 86

#CCD056
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CCD056

Tints of Wild Willow #CCD056

RGB

 RED value IS 204 (80.08% from 255) = 40.96%

 GREEN value IS 208 (81.64% from 255) = 41.77%

 BLUE value IS 86 (33.98% from 255) = 17.27%

R = 40.96%
G = 41.77%
B = 17.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#CCD056 (or 0xCCD056) is known color: Wild Willow. HEX triplet: CC, D0 and 56. RGB value is (204,208,86). Sum of RGB (Red+Green+Blue) = 204+208+86=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD056 is #332FA9. Grayscale: #C1C1C1. Windows color (decimal): -3354538 or 5689548. OLE color: 5689548.

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

Color convert

RGB 204 208 86 -
CMYK 0.02 0 0.59 0.18
HSL 61.97º 0.56% 0.58% -
HSV(B) 61.97º 0.59% 0.82% -
XYZ 49.14 58.62 17.53 -
YUV 192.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 204 208 86 0.02 0 0.59 0.18 61.97 0.56 0.58
Hex CC D0 56 2 0 3B 12 3E 38 3A
Octal 314 320 126 2 0 73 22 76 70 72
Binary 11001100 11010000 1010110 10 0 111011 10010 111110 111000 111010

Color Harmonies of #CCD056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD056

Black with #CCD056

Text Example


Text Example

White with #CCD056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD056; }

 p { color: rgb(204,208,86); }

 H1.HeaderClassName
 {
   color: #CCD056;
 }
 .AnyTagClassName
 {
   color: #CCD056;
 }
</style>

background-color css

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

 a { background-color: rgb(204,208,86); }

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

border-color css

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

 span { border-color: rgb(204,208,86); }

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