Html Css Color HEX #CED163 Wild Willow

📋 copy color: '#CED163'

red 206 ◦ green 209 ◦ blue 99

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

Shades of Wild Willow #CED163

Tints of Wild Willow #CED163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.26%

R = 40.08%
G = 40.66%
B = 19.26%

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

#CED163 (or 0xCED163) is known color: Wild Willow. HEX triplet: CE, D1 and 63. RGB value is (206,209,99). Sum of RGB (Red+Green+Blue) = 206+209+99=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #CED163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED163 is #312E9C. Grayscale: #C4C4C4. Windows color (decimal): -3223197 or 6541774. OLE color: 6541774.

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

Color convert

RGB 206 209 99 -
CMYK 0.01 0 0.53 0.18
HSL 61.64º 0.54% 0.6% -
HSV(B) 61.64º 0.53% 0.82% -
XYZ 50.51 59.62 20.65 -
YUV 195.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 206 209 99 0.01 0 0.53 0.18 61.64 0.54 0.6
Hex CE D1 63 1 0 35 12 3E 36 3C
Octal 316 321 143 1 0 65 22 76 66 74
Binary 11001110 11010001 1100011 1 0 110101 10010 111110 110110 111100

Color Harmonies of #CED163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED163

Black with #CED163

Text Example


Text Example

White with #CED163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED163; }

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

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

background-color css

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

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

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

border-color css

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

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

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