Html Css Color HEX #CED955 Wild Willow

📋 copy color: '#CED955'

red 206 ◦ green 217 ◦ blue 85

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

Shades of Wild Willow #CED955

Tints of Wild Willow #CED955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.72%

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

R = 40.55%
G = 42.72%
B = 16.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#CED955 (or 0xCED955) is known color: Wild Willow. HEX triplet: CE, D9 and 55. RGB value is (206,217,85). Sum of RGB (Red+Green+Blue) = 206+217+85=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #CED955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED955 is #3126AA. Grayscale: #C7C7C7. Windows color (decimal): -3221163 or 5626318. OLE color: 5626318.

HSL color Cylindrical-coordinate representation of color #CED955: hue angle of 65º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED955 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 85 -
CMYK 0.05 0 0.61 0.15
HSL 65º 0.63% 0.59% -
HSV(B) 65º 0.61% 0.85% -
XYZ 51.91 63.4 18.1 -
YUV 198.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 206 217 85 0.05 0 0.61 0.15 65 0.63 0.59
Hex CE D9 55 5 0 3D F 41 3F 3B
Octal 316 331 125 5 0 75 17 101 77 73
Binary 11001110 11011001 1010101 101 0 111101 1111 1000001 111111 111011

Color Harmonies of #CED955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED955

Black with #CED955

Text Example


Text Example

White with #CED955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED955; }

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

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

background-color css

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

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

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

border-color css

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

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

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