Html Css Color HEX #DED279 Wild Rice

📋 copy color: '#DED279'

red 222 ◦ green 210 ◦ blue 121

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

Shades of Wild Rice #DED279

Tints of Wild Rice #DED279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.97%

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

R = 40.14%
G = 37.97%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DED279 (or 0xDED279) is known color: Wild Rice. HEX triplet: DE, D2 and 79. RGB value is (222,210,121). Sum of RGB (Red+Green+Blue) = 222+210+121=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DED279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED279 is #212D86. Grayscale: #CBCBCB. Windows color (decimal): -2174343 or 7983838. OLE color: 7983838.

HSL color Cylindrical-coordinate representation of color #DED279: hue angle of 52.87º 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 #DED279 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 210 121 -
CMYK 0 0.05 0.45 0.13
HSL 52.87º 0.6% 0.67% -
HSV(B) 52.87º 0.45% 0.87% -
XYZ 56.62 63 27.27 -
YUV 203.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 222 210 121 0 0.05 0.45 0.13 52.87 0.6 0.67
Hex DE D2 79 0 5 2D D 35 3C 43
Octal 336 322 171 0 5 55 15 65 74 103
Binary 11011110 11010010 1111001 0 101 101101 1101 110101 111100 1000011

Color Harmonies of #DED279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED279

Black with #DED279

Text Example


Text Example

White with #DED279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED279; }

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

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

background-color css

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

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

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

border-color css

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

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

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