Html Css Color HEX #CCD655 Wild Willow

📋 copy color: '#CCD655'

red 204 ◦ green 214 ◦ blue 85

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

Shades of Wild Willow #CCD655

Tints of Wild Willow #CCD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.54%

 BLUE value IS 85 (33.59% from 255) = 16.9%

R = 40.56%
G = 42.54%
B = 16.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#CCD655 (or 0xCCD655) is known color: Wild Willow. HEX triplet: CC, D6 and 55. RGB value is (204,214,85). Sum of RGB (Red+Green+Blue) = 204+214+85=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD655 is #3329AA. Grayscale: #C4C4C4. Windows color (decimal): -3353003 or 5625548. OLE color: 5625548.

HSL color Cylindrical-coordinate representation of color #CCD655: hue angle of 64.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCD655 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 85 -
CMYK 0.05 0 0.60 0.16
HSL 64.65º 0.61% 0.59% -
HSV(B) 64.65º 0.6% 0.84% -
XYZ 50.59 61.59 17.82 -
YUV 196.3 65.19 133.49 -
System Red Green Blue C M Y K H S L
Decimal 204 214 85 0.05 0 0.60 0.16 64.65 0.61 0.59
Hex CC D6 55 5 0 3C 10 41 3D 3B
Octal 314 326 125 5 0 74 20 101 75 73
Binary 11001100 11010110 1010101 101 0 111100 10000 1000001 111101 111011

Color Harmonies of #CCD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD655

Black with #CCD655

Text Example


Text Example

White with #CCD655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD655; }

 p { color: rgb(204,214,85); }

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

background-color css

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

 a { background-color: rgb(204,214,85); }

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

border-color css

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

 span { border-color: rgb(204,214,85); }

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