Html Css Color HEX #DED476 Wild Rice

📋 copy color: '#DED476'

red 222 ◦ green 212 ◦ blue 118

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

Shades of Wild Rice #DED476

Tints of Wild Rice #DED476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.38%

R = 40.22%
G = 38.41%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DED476 (or 0xDED476) is known color: Wild Rice. HEX triplet: DE, D4 and 76. RGB value is (222,212,118). Sum of RGB (Red+Green+Blue) = 222+212+118=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DED476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED476 is #212B89. Grayscale: #CCCCCC. Windows color (decimal): -2173834 or 7787742. OLE color: 7787742.

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

Color convert

RGB 222 212 118 -
CMYK 0 0.05 0.47 0.13
HSL 54.23º 0.61% 0.67% -
HSV(B) 54.23º 0.47% 0.87% -
XYZ 56.94 63.92 26.48 -
YUV 204.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 222 212 118 0 0.05 0.47 0.13 54.23 0.61 0.67
Hex DE D4 76 0 5 2F D 36 3D 43
Octal 336 324 166 0 5 57 15 66 75 103
Binary 11011110 11010100 1110110 0 101 101111 1101 110110 111101 1000011

Color Harmonies of #DED476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED476

Black with #DED476

Text Example


Text Example

White with #DED476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED476; }

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

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

background-color css

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

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

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

border-color css

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

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

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