Html Css Color HEX #DED16E Wild Rice

📋 copy color: '#DED16E'

red 222 ◦ green 209 ◦ blue 110

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

Shades of Wild Rice #DED16E

Tints of Wild Rice #DED16E

RGB

 RED value IS 222 (87.11% from 255) = 41.04%

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

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 41.04%
G = 38.63%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DED16E (or 0xDED16E) is known color: Wild Rice. HEX triplet: DE, D1 and 6E. RGB value is (222,209,110). Sum of RGB (Red+Green+Blue) = 222+209+110=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DED16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED16E is #212E91. Grayscale: #CACACA. Windows color (decimal): -2174610 or 7262686. OLE color: 7262686.

HSL color Cylindrical-coordinate representation of color #DED16E: hue angle of 53.04º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DED16E is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 209 110 -
CMYK 0 0.06 0.50 0.13
HSL 53.04º 0.63% 0.65% -
HSV(B) 53.04º 0.5% 0.87% -
XYZ 55.74 62.26 23.83 -
YUV 201.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 222 209 110 0 0.06 0.50 0.13 53.04 0.63 0.65
Hex DE D1 6E 0 6 32 D 35 3F 41
Octal 336 321 156 0 6 62 15 65 77 101
Binary 11011110 11010001 1101110 0 110 110010 1101 110101 111111 1000001

Color Harmonies of #DED16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED16E

Black with #DED16E

Text Example


Text Example

White with #DED16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED16E; }

 p { color: rgb(222,209,110); }

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

background-color css

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

 a { background-color: rgb(222,209,110); }

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

border-color css

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

 span { border-color: rgb(222,209,110); }

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