Html Css Color HEX #DED87D Wild Rice

📋 copy color: '#DED87D'

red 222 ◦ green 216 ◦ blue 125

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

Shades of Wild Rice #DED87D

Tints of Wild Rice #DED87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.2%

R = 39.43%
G = 38.37%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DED87D (or 0xDED87D) is known color: Wild Rice. HEX triplet: DE, D8 and 7D. RGB value is (222,216,125). Sum of RGB (Red+Green+Blue) = 222+216+125=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DED87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED87D is #212782. Grayscale: #CFCFCF. Windows color (decimal): -2172803 or 8247518. OLE color: 8247518.

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

Color convert

RGB 222 216 125 -
CMYK 0 0.03 0.44 0.13
HSL 56.29º 0.6% 0.68% -
HSV(B) 56.29º 0.44% 0.87% -
XYZ 58.38 66.12 29.09 -
YUV 207.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 222 216 125 0 0.03 0.44 0.13 56.29 0.6 0.68
Hex DE D8 7D 0 3 2C D 38 3C 44
Octal 336 330 175 0 3 54 15 70 74 104
Binary 11011110 11011000 1111101 0 11 101100 1101 111000 111100 1000100

Color Harmonies of #DED87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED87D

Black with #DED87D

Text Example


Text Example

White with #DED87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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