Html Css Color HEX #DED36E Wild Rice

📋 copy color: '#DED36E'

red 222 ◦ green 211 ◦ blue 110

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

Shades of Wild Rice #DED36E

Tints of Wild Rice #DED36E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.86%

 BLUE value IS 110 (43.36% from 255) = 20.26%

R = 40.88%
G = 38.86%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DED36E (or 0xDED36E) is known color: Wild Rice. HEX triplet: DE, D3 and 6E. RGB value is (222,211,110). Sum of RGB (Red+Green+Blue) = 222+211+110=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED36E is #212C91. Grayscale: #CBCBCB. Windows color (decimal): -2174098 or 7263198. OLE color: 7263198.

HSL color Cylindrical-coordinate representation of color #DED36E: hue angle of 54.11º 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 #DED36E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 110 -
CMYK 0 0.05 0.50 0.13
HSL 54.11º 0.63% 0.65% -
HSV(B) 54.11º 0.5% 0.87% -
XYZ 56.23 63.24 24 -
YUV 202.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 222 211 110 0 0.05 0.50 0.13 54.11 0.63 0.65
Hex DE D3 6E 0 5 32 D 36 3F 41
Octal 336 323 156 0 5 62 15 66 77 101
Binary 11011110 11010011 1101110 0 101 110010 1101 110110 111111 1000001

Color Harmonies of #DED36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED36E

Black with #DED36E

Text Example


Text Example

White with #DED36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED36E; }

 p { color: rgb(222,211,110); }

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

background-color css

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

 a { background-color: rgb(222,211,110); }

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

border-color css

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

 span { border-color: rgb(222,211,110); }

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