Html Css Color HEX #DED16F Wild Rice

📋 copy color: '#DED16F'

red 222 ◦ green 209 ◦ blue 111

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

Shades of Wild Rice #DED16F

Tints of Wild Rice #DED16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.48%

R = 40.96%
G = 38.56%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DED16F (or 0xDED16F) is known color: Wild Rice. HEX triplet: DE, D1 and 6F. RGB value is (222,209,111). Sum of RGB (Red+Green+Blue) = 222+209+111=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DED16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED16F is #212E90. Grayscale: #CACACA. Windows color (decimal): -2174609 or 7328222. OLE color: 7328222.

HSL color Cylindrical-coordinate representation of color #DED16F: hue angle of 52.97º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DED16F is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 209 111 -
CMYK 0 0.06 0.5 0.13
HSL 52.97º 0.63% 0.65% -
HSV(B) 52.97º 0.5% 0.87% -
XYZ 55.79 62.28 24.12 -
YUV 201.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 222 209 111 0 0.06 0.5 0.13 52.97 0.63 0.65
Hex DE D1 6F 0 6 32 D 35 3F 41
Octal 336 321 157 0 6 62 15 65 77 101
Binary 11011110 11010001 1101111 0 110 110010 1101 110101 111111 1000001

Color Harmonies of #DED16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED16F

Black with #DED16F

Text Example


Text Example

White with #DED16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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