Html Css Color HEX #DED171 Wild Rice

📋 copy color: '#DED171'

red 222 ◦ green 209 ◦ blue 113

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

Shades of Wild Rice #DED171

Tints of Wild Rice #DED171

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.42%

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

R = 40.81%
G = 38.42%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DED171 (or 0xDED171) is known color: Wild Rice. HEX triplet: DE, D1 and 71. RGB value is (222,209,113). Sum of RGB (Red+Green+Blue) = 222+209+113=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED171 is #212E8E. Grayscale: #CACACA. Windows color (decimal): -2174607 or 7459294. OLE color: 7459294.

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

Color convert

RGB 222 209 113 -
CMYK 0 0.06 0.49 0.13
HSL 52.84º 0.62% 0.66% -
HSV(B) 52.84º 0.49% 0.87% -
XYZ 55.91 62.32 24.71 -
YUV 201.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 222 209 113 0 0.06 0.49 0.13 52.84 0.62 0.66
Hex DE D1 71 0 6 31 D 35 3E 42
Octal 336 321 161 0 6 61 15 65 76 102
Binary 11011110 11010001 1110001 0 110 110001 1101 110101 111110 1000010

Color Harmonies of #DED171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED171

Black with #DED171

Text Example


Text Example

White with #DED171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED171; }

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

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

background-color css

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

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

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

border-color css

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

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

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