Html Css Color HEX #DED172 Wild Rice

📋 copy color: '#DED172'

red 222 ◦ green 209 ◦ blue 114

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

Shades of Wild Rice #DED172

Tints of Wild Rice #DED172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.92%

R = 40.73%
G = 38.35%
B = 20.92%

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

#DED172 (or 0xDED172) is known color: Wild Rice. HEX triplet: DE, D1 and 72. RGB value is (222,209,114). Sum of RGB (Red+Green+Blue) = 222+209+114=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DED172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED172 is #212E8D. Grayscale: #CACACA. Windows color (decimal): -2174606 or 7524830. OLE color: 7524830.

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

Color convert

RGB 222 209 114 -
CMYK 0 0.06 0.49 0.13
HSL 52.78º 0.62% 0.66% -
HSV(B) 52.78º 0.49% 0.87% -
XYZ 55.96 62.35 25 -
YUV 202.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 222 209 114 0 0.06 0.49 0.13 52.78 0.62 0.66
Hex DE D1 72 0 6 31 D 35 3E 42
Octal 336 321 162 0 6 61 15 65 76 102
Binary 11011110 11010001 1110010 0 110 110001 1101 110101 111110 1000010

Color Harmonies of #DED172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED172

Black with #DED172

Text Example


Text Example

White with #DED172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED172; }

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

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

background-color css

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

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

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

border-color css

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

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

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