Html Css Color HEX #DED779 Wild Rice

📋 copy color: '#DED779'

red 222 ◦ green 215 ◦ blue 121

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

Shades of Wild Rice #DED779

Tints of Wild Rice #DED779

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

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

R = 39.78%
G = 38.53%
B = 21.68%

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

#DED779 (or 0xDED779) is known color: Wild Rice. HEX triplet: DE, D7 and 79. RGB value is (222,215,121). Sum of RGB (Red+Green+Blue) = 222+215+121=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DED779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED779 is #212886. Grayscale: #CECECE. Windows color (decimal): -2173063 or 7985118. OLE color: 7985118.

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

Color convert

RGB 222 215 121 -
CMYK 0 0.03 0.45 0.13
HSL 55.84º 0.6% 0.67% -
HSV(B) 55.84º 0.45% 0.87% -
XYZ 57.88 65.51 27.68 -
YUV 206.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 222 215 121 0 0.03 0.45 0.13 55.84 0.6 0.67
Hex DE D7 79 0 3 2D D 38 3C 43
Octal 336 327 171 0 3 55 15 70 74 103
Binary 11011110 11010111 1111001 0 11 101101 1101 111000 111100 1000011

Color Harmonies of #DED779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED779

Black with #DED779

Text Example


Text Example

White with #DED779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED779; }

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

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

background-color css

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

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

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

border-color css

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

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

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