Html Css Color HEX #DED879 Wild Rice

📋 copy color: '#DED879'

red 222 ◦ green 216 ◦ blue 121

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

Shades of Wild Rice #DED879

Tints of Wild Rice #DED879

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

 BLUE value IS 121 (47.66% from 255) = 21.65%

R = 39.71%
G = 38.64%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DED879 (or 0xDED879) is known color: Wild Rice. HEX triplet: DE, D8 and 79. RGB value is (222,216,121). Sum of RGB (Red+Green+Blue) = 222+216+121=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 121 (47.66% from 255 or 21.65% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DED879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED879 is #212786. Grayscale: #CFCFCF. Windows color (decimal): -2172807 or 7985374. OLE color: 7985374.

HSL color Cylindrical-coordinate representation of color #DED879: hue angle of 56.44º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DED879 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 216 121 -
CMYK 0 0.03 0.45 0.13
HSL 56.44º 0.6% 0.67% -
HSV(B) 56.44º 0.45% 0.87% -
XYZ 58.13 66.02 27.77 -
YUV 206.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 222 216 121 0 0.03 0.45 0.13 56.44 0.6 0.67
Hex DE D8 79 0 3 2D D 38 3C 43
Octal 336 330 171 0 3 55 15 70 74 103
Binary 11011110 11011000 1111001 0 11 101101 1101 111000 111100 1000011

Color Harmonies of #DED879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED879

Black with #DED879

Text Example


Text Example

White with #DED879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED879; }

 p { color: rgb(222,216,121); }

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

background-color css

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

 a { background-color: rgb(222,216,121); }

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

border-color css

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

 span { border-color: rgb(222,216,121); }

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