Html Css Color HEX #CED261 Wild Willow

📋 copy color: '#CED261'

red 206 ◦ green 210 ◦ blue 97

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

Shades of Wild Willow #CED261

Tints of Wild Willow #CED261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.94%

 BLUE value IS 97 (38.28% from 255) = 18.91%

R = 40.16%
G = 40.94%
B = 18.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#CED261 (or 0xCED261) is known color: Wild Willow. HEX triplet: CE, D2 and 61. RGB value is (206,210,97). Sum of RGB (Red+Green+Blue) = 206+210+97=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #CED261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED261 is #312D9E. Grayscale: #C4C4C4. Windows color (decimal): -3222943 or 6410958. OLE color: 6410958.

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

Color convert

RGB 206 210 97 -
CMYK 0.02 0 0.54 0.18
HSL 62.12º 0.56% 0.6% -
HSV(B) 62.12º 0.54% 0.82% -
XYZ 50.66 60.08 20.24 -
YUV 195.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 206 210 97 0.02 0 0.54 0.18 62.12 0.56 0.6
Hex CE D2 61 2 0 36 12 3E 38 3C
Octal 316 322 141 2 0 66 22 76 70 74
Binary 11001110 11010010 1100001 10 0 110110 10010 111110 111000 111100

Color Harmonies of #CED261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED261

Black with #CED261

Text Example


Text Example

White with #CED261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED261; }

 p { color: rgb(206,210,97); }

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

background-color css

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

 a { background-color: rgb(206,210,97); }

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

border-color css

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

 span { border-color: rgb(206,210,97); }

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