Html Css Color HEX #CCD155 Wild Willow

📋 copy color: '#CCD155'

red 204 ◦ green 209 ◦ blue 85

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

Shades of Wild Willow #CCD155

Tints of Wild Willow #CCD155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.97%

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

R = 40.96%
G = 41.97%
B = 17.07%

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

#CCD155 (or 0xCCD155) is known color: Wild Willow. HEX triplet: CC, D1 and 55. RGB value is (204,209,85). Sum of RGB (Red+Green+Blue) = 204+209+85=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD155 is #332EAA. Grayscale: #C1C1C1. Windows color (decimal): -3354283 or 5624268. OLE color: 5624268.

HSL color Cylindrical-coordinate representation of color #CCD155: hue angle of 62.42º degrees, saturation: 0.57, 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 #CCD155 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 85 -
CMYK 0.02 0 0.59 0.18
HSL 62.42º 0.57% 0.58% -
HSV(B) 62.42º 0.59% 0.82% -
XYZ 49.34 59.09 17.4 -
YUV 193.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 204 209 85 0.02 0 0.59 0.18 62.42 0.57 0.58
Hex CC D1 55 2 0 3B 12 3E 39 3A
Octal 314 321 125 2 0 73 22 76 71 72
Binary 11001100 11010001 1010101 10 0 111011 10010 111110 111001 111010

Color Harmonies of #CCD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD155

Black with #CCD155

Text Example


Text Example

White with #CCD155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD155; }

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

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

background-color css

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

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

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

border-color css

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

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

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