Html Css Color HEX #DED379 Wild Rice

📋 copy color: '#DED379'

red 222 ◦ green 211 ◦ blue 121

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

Shades of Wild Rice #DED379

Tints of Wild Rice #DED379

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.09%

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

R = 40.07%
G = 38.09%
B = 21.84%

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

#DED379 (or 0xDED379) is known color: Wild Rice. HEX triplet: DE, D3 and 79. RGB value is (222,211,121). Sum of RGB (Red+Green+Blue) = 222+211+121=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED379 is #212C86. Grayscale: #CCCCCC. Windows color (decimal): -2174087 or 7984094. OLE color: 7984094.

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

Color convert

RGB 222 211 121 -
CMYK 0 0.05 0.45 0.13
HSL 53.47º 0.6% 0.67% -
HSV(B) 53.47º 0.45% 0.87% -
XYZ 56.87 63.5 27.35 -
YUV 204.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 222 211 121 0 0.05 0.45 0.13 53.47 0.6 0.67
Hex DE D3 79 0 5 2D D 35 3C 43
Octal 336 323 171 0 5 55 15 65 74 103
Binary 11011110 11010011 1111001 0 101 101101 1101 110101 111100 1000011

Color Harmonies of #DED379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED379

Black with #DED379

Text Example


Text Example

White with #DED379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED379; }

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

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

background-color css

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

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

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

border-color css

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

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

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