Html Css Color HEX #CED155 Wild Willow

📋 copy color: '#CED155'

red 206 ◦ green 209 ◦ blue 85

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

Shades of Wild Willow #CED155

Tints of Wild Willow #CED155

RGB

 RED value IS 206 (80.86% from 255) = 41.2%

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

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

R = 41.2%
G = 41.8%
B = 17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#CED155 (or 0xCED155) is known color: Wild Willow. HEX triplet: CE, D1 and 55. RGB value is (206,209,85). Sum of RGB (Red+Green+Blue) = 206+209+85=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #CED155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED155 is #312EAA. Grayscale: #C2C2C2. Windows color (decimal): -3223211 or 5624270. OLE color: 5624270.

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

Color convert

RGB 206 209 85 -
CMYK 0.01 0 0.59 0.18
HSL 61.45º 0.57% 0.58% -
HSV(B) 61.45º 0.59% 0.82% -
XYZ 49.89 59.38 17.43 -
YUV 193.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 206 209 85 0.01 0 0.59 0.18 61.45 0.57 0.58
Hex CE D1 55 1 0 3B 12 3D 39 3A
Octal 316 321 125 1 0 73 22 75 71 72
Binary 11001110 11010001 1010101 1 0 111011 10010 111101 111001 111010

Color Harmonies of #CED155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED155

Black with #CED155

Text Example


Text Example

White with #CED155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED155; }

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

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

background-color css

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

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

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

border-color css

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

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

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