Html Css Color HEX #DED37C Wild Rice

📋 copy color: '#DED37C'

red 222 ◦ green 211 ◦ blue 124

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

Shades of Wild Rice #DED37C

Tints of Wild Rice #DED37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 39.86%
G = 37.88%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DED37C (or 0xDED37C) is known color: Wild Rice. HEX triplet: DE, D3 and 7C. RGB value is (222,211,124). Sum of RGB (Red+Green+Blue) = 222+211+124=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DED37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED37C is #212C83. Grayscale: #CCCCCC. Windows color (decimal): -2174084 or 8180702. OLE color: 8180702.

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

Color convert

RGB 222 211 124 -
CMYK 0 0.05 0.44 0.13
HSL 53.27º 0.6% 0.68% -
HSV(B) 53.27º 0.44% 0.87% -
XYZ 57.06 63.57 28.33 -
YUV 204.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 222 211 124 0 0.05 0.44 0.13 53.27 0.6 0.68
Hex DE D3 7C 0 5 2C D 35 3C 44
Octal 336 323 174 0 5 54 15 65 74 104
Binary 11011110 11010011 1111100 0 101 101100 1101 110101 111100 1000100

Color Harmonies of #DED37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED37C

Black with #DED37C

Text Example


Text Example

White with #DED37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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