Html Css Color HEX #DED473 Wild Rice

📋 copy color: '#DED473'

red 222 ◦ green 212 ◦ blue 115

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

Shades of Wild Rice #DED473

Tints of Wild Rice #DED473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.62%

 BLUE value IS 115 (45.31% from 255) = 20.95%

R = 40.44%
G = 38.62%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DED473 (or 0xDED473) is known color: Wild Rice. HEX triplet: DE, D4 and 73. RGB value is (222,212,115). Sum of RGB (Red+Green+Blue) = 222+212+115=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DED473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED473 is #212B8C. Grayscale: #CCCCCC. Windows color (decimal): -2173837 or 7591134. OLE color: 7591134.

HSL color Cylindrical-coordinate representation of color #DED473: hue angle of 54.39º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DED473 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 115 -
CMYK 0 0.05 0.48 0.13
HSL 54.39º 0.62% 0.66% -
HSV(B) 54.39º 0.48% 0.87% -
XYZ 56.76 63.85 25.55 -
YUV 203.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 222 212 115 0 0.05 0.48 0.13 54.39 0.62 0.66
Hex DE D4 73 0 5 30 D 36 3E 42
Octal 336 324 163 0 5 60 15 66 76 102
Binary 11011110 11010100 1110011 0 101 110000 1101 110110 111110 1000010

Color Harmonies of #DED473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED473

Black with #DED473

Text Example


Text Example

White with #DED473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED473; }

 p { color: rgb(222,212,115); }

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

background-color css

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

 a { background-color: rgb(222,212,115); }

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

border-color css

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

 span { border-color: rgb(222,212,115); }

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