Html Css Color HEX #DED479 Wild Rice

📋 copy color: '#DED479'

red 222 ◦ green 212 ◦ blue 121

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

Shades of Wild Rice #DED479

Tints of Wild Rice #DED479

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.2%

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

R = 40%
G = 38.2%
B = 21.8%

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

#DED479 (or 0xDED479) is known color: Wild Rice. HEX triplet: DE, D4 and 79. RGB value is (222,212,121). Sum of RGB (Red+Green+Blue) = 222+212+121=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED479 is #212B86. Grayscale: #CCCCCC. Windows color (decimal): -2173831 or 7984350. OLE color: 7984350.

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

Color convert

RGB 222 212 121 -
CMYK 0 0.05 0.45 0.13
HSL 54.06º 0.6% 0.67% -
HSV(B) 54.06º 0.45% 0.87% -
XYZ 57.12 64 27.43 -
YUV 204.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 222 212 121 0 0.05 0.45 0.13 54.06 0.6 0.67
Hex DE D4 79 0 5 2D D 36 3C 43
Octal 336 324 171 0 5 55 15 66 74 103
Binary 11011110 11010100 1111001 0 101 101101 1101 110110 111100 1000011

Color Harmonies of #DED479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED479

Black with #DED479

Text Example


Text Example

White with #DED479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED479; }

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

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

background-color css

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

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

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

border-color css

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

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

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