Html Css Color HEX #DED87E Wild Rice

📋 copy color: '#DED87E'

red 222 ◦ green 216 ◦ blue 126

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

Shades of Wild Rice #DED87E

Tints of Wild Rice #DED87E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.3%

 BLUE value IS 126 (49.61% from 255) = 22.34%

R = 39.36%
G = 38.3%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DED87E (or 0xDED87E) is known color: Wild Rice. HEX triplet: DE, D8 and 7E. RGB value is (222,216,126). Sum of RGB (Red+Green+Blue) = 222+216+126=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DED87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED87E is #212781. Grayscale: #CFCFCF. Windows color (decimal): -2172802 or 8313054. OLE color: 8313054.

HSL color Cylindrical-coordinate representation of color #DED87E: hue angle of 56.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DED87E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 216 126 -
CMYK 0 0.03 0.43 0.13
HSL 56.25º 0.59% 0.68% -
HSV(B) 56.25º 0.43% 0.87% -
XYZ 58.45 66.15 29.43 -
YUV 207.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 222 216 126 0 0.03 0.43 0.13 56.25 0.59 0.68
Hex DE D8 7E 0 3 2B D 38 3B 44
Octal 336 330 176 0 3 53 15 70 73 104
Binary 11011110 11011000 1111110 0 11 101011 1101 111000 111011 1000100

Color Harmonies of #DED87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED87E

Black with #DED87E

Text Example


Text Example

White with #DED87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED87E; }

 p { color: rgb(222,216,126); }

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

background-color css

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

 a { background-color: rgb(222,216,126); }

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

border-color css

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

 span { border-color: rgb(222,216,126); }

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