Html Css Color HEX #DED87B Wild Rice

📋 copy color: '#DED87B'

red 222 ◦ green 216 ◦ blue 123

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

Shades of Wild Rice #DED87B

Tints of Wild Rice #DED87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.93%

R = 39.57%
G = 38.5%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DED87B (or 0xDED87B) is known color: Wild Rice. HEX triplet: DE, D8 and 7B. RGB value is (222,216,123). Sum of RGB (Red+Green+Blue) = 222+216+123=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED87B is #212784. Grayscale: #CFCFCF. Windows color (decimal): -2172805 or 8116446. OLE color: 8116446.

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

Color convert

RGB 222 216 123 -
CMYK 0 0.03 0.45 0.13
HSL 56.36º 0.6% 0.68% -
HSV(B) 56.36º 0.45% 0.87% -
XYZ 58.26 66.07 28.42 -
YUV 207.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 222 216 123 0 0.03 0.45 0.13 56.36 0.6 0.68
Hex DE D8 7B 0 3 2D D 38 3C 44
Octal 336 330 173 0 3 55 15 70 74 104
Binary 11011110 11011000 1111011 0 11 101101 1101 111000 111100 1000100

Color Harmonies of #DED87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED87B

Black with #DED87B

Text Example


Text Example

White with #DED87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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