Html Css Color HEX #CED061 Wild Willow

📋 copy color: '#CED061'

red 206 ◦ green 208 ◦ blue 97

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

Shades of Wild Willow #CED061

Tints of Wild Willow #CED061

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

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

R = 40.31%
G = 40.7%
B = 18.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#CED061 (or 0xCED061) is known color: Wild Willow. HEX triplet: CE, D0 and 61. RGB value is (206,208,97). Sum of RGB (Red+Green+Blue) = 206+208+97=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #CED061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED061 is #312F9E. Grayscale: #C3C3C3. Windows color (decimal): -3223455 or 6410446. OLE color: 6410446.

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

Color convert

RGB 206 208 97 -
CMYK 0.01 0 0.53 0.18
HSL 61.08º 0.54% 0.6% -
HSV(B) 61.08º 0.53% 0.82% -
XYZ 50.17 59.1 20.07 -
YUV 194.75 72.84 136.03 -
System Red Green Blue C M Y K H S L
Decimal 206 208 97 0.01 0 0.53 0.18 61.08 0.54 0.6
Hex CE D0 61 1 0 35 12 3D 36 3C
Octal 316 320 141 1 0 65 22 75 66 74
Binary 11001110 11010000 1100001 1 0 110101 10010 111101 110110 111100

Color Harmonies of #CED061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED061

Black with #CED061

Text Example


Text Example

White with #CED061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED061; }

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

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

background-color css

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

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

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

border-color css

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

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

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