Html Css Color HEX #DED980 Wild Rice

📋 copy color: '#DED980'

red 222 ◦ green 217 ◦ blue 128

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

Shades of Wild Rice #DED980

Tints of Wild Rice #DED980

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.27%

 BLUE value IS 128 (50.39% from 255) = 22.57%

R = 39.15%
G = 38.27%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DED980 (or 0xDED980) is known color: Wild Rice. HEX triplet: DE, D9 and 80. RGB value is (222,217,128). Sum of RGB (Red+Green+Blue) = 222+217+128=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DED980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED980 is #21267F. Grayscale: #D0D0D0. Windows color (decimal): -2172544 or 8444382. OLE color: 8444382.

HSL color Cylindrical-coordinate representation of color #DED980: hue angle of 56.81º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DED980 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 217 128 -
CMYK 0 0.02 0.42 0.13
HSL 56.81º 0.59% 0.69% -
HSV(B) 56.81º 0.42% 0.87% -
XYZ 58.83 66.71 30.2 -
YUV 208.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 222 217 128 0 0.02 0.42 0.13 56.81 0.59 0.69
Hex DE D9 80 0 2 2A D 39 3B 45
Octal 336 331 200 0 2 52 15 71 73 105
Binary 11011110 11011001 10000000 0 10 101010 1101 111001 111011 1000101

Color Harmonies of #DED980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED980

Black with #DED980

Text Example


Text Example

White with #DED980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED980; }

 p { color: rgb(222,217,128); }

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

background-color css

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

 a { background-color: rgb(222,217,128); }

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

border-color css

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

 span { border-color: rgb(222,217,128); }

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