Html Css Color HEX #DED471 Wild Rice

📋 copy color: '#DED471'

red 222 ◦ green 212 ◦ blue 113

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

Shades of Wild Rice #DED471

Tints of Wild Rice #DED471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.66%

R = 40.59%
G = 38.76%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DED471 (or 0xDED471) is known color: Wild Rice. HEX triplet: DE, D4 and 71. RGB value is (222,212,113). Sum of RGB (Red+Green+Blue) = 222+212+113=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED471 is #212B8E. Grayscale: #CCCCCC. Windows color (decimal): -2173839 or 7460062. OLE color: 7460062.

HSL color Cylindrical-coordinate representation of color #DED471: hue angle of 54.5º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DED471 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 113 -
CMYK 0 0.05 0.49 0.13
HSL 54.5º 0.62% 0.66% -
HSV(B) 54.5º 0.49% 0.87% -
XYZ 56.65 63.81 24.95 -
YUV 203.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 222 212 113 0 0.05 0.49 0.13 54.5 0.62 0.66
Hex DE D4 71 0 5 31 D 36 3E 42
Octal 336 324 161 0 5 61 15 66 76 102
Binary 11011110 11010100 1110001 0 101 110001 1101 110110 111110 1000010

Color Harmonies of #DED471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED471

Black with #DED471

Text Example


Text Example

White with #DED471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED471; }

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

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

background-color css

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

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

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

border-color css

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

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

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