Html Css Color HEX #DED56D Wild Rice

📋 copy color: '#DED56D'

red 222 ◦ green 213 ◦ blue 109

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

Shades of Wild Rice #DED56D

Tints of Wild Rice #DED56D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

 BLUE value IS 109 (42.97% from 255) = 20.04%

R = 40.81%
G = 39.15%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DED56D (or 0xDED56D) is known color: Wild Rice. HEX triplet: DE, D5 and 6D. RGB value is (222,213,109). Sum of RGB (Red+Green+Blue) = 222+213+109=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED56D is #212A92. Grayscale: #CCCCCC. Windows color (decimal): -2173587 or 7198174. OLE color: 7198174.

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

Color convert

RGB 222 213 109 -
CMYK 0 0.04 0.51 0.13
HSL 55.22º 0.63% 0.65% -
HSV(B) 55.22º 0.51% 0.87% -
XYZ 56.68 64.22 23.88 -
YUV 203.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 222 213 109 0 0.04 0.51 0.13 55.22 0.63 0.65
Hex DE D5 6D 0 4 33 D 37 3F 41
Octal 336 325 155 0 4 63 15 67 77 101
Binary 11011110 11010101 1101101 0 100 110011 1101 110111 111111 1000001

Color Harmonies of #DED56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED56D

Black with #DED56D

Text Example


Text Example

White with #DED56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED56D; }

 p { color: rgb(222,213,109); }

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

background-color css

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

 a { background-color: rgb(222,213,109); }

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

border-color css

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

 span { border-color: rgb(222,213,109); }

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