Html Css Color HEX #CED162 Wild Willow

📋 copy color: '#CED162'

red 206 ◦ green 209 ◦ blue 98

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

Shades of Wild Willow #CED162

Tints of Wild Willow #CED162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.1%

R = 40.16%
G = 40.74%
B = 19.1%

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

#CED162 (or 0xCED162) is known color: Wild Willow. HEX triplet: CE, D1 and 62. RGB value is (206,209,98). Sum of RGB (Red+Green+Blue) = 206+209+98=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #CED162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED162 is #312E9D. Grayscale: #C3C3C3. Windows color (decimal): -3223198 or 6476238. OLE color: 6476238.

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

Color convert

RGB 206 209 98 -
CMYK 0.01 0 0.53 0.18
HSL 61.62º 0.55% 0.6% -
HSV(B) 61.62º 0.53% 0.82% -
XYZ 50.46 59.6 20.4 -
YUV 195.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 206 209 98 0.01 0 0.53 0.18 61.62 0.55 0.6
Hex CE D1 62 1 0 35 12 3E 37 3C
Octal 316 321 142 1 0 65 22 76 67 74
Binary 11001110 11010001 1100010 1 0 110101 10010 111110 110111 111100

Color Harmonies of #CED162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED162

Black with #CED162

Text Example


Text Example

White with #CED162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED162; }

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

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

background-color css

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

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

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

border-color css

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

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

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