Html Css Color HEX #DED475 Wild Rice

📋 copy color: '#DED475'

red 222 ◦ green 212 ◦ blue 117

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

Shades of Wild Rice #DED475

Tints of Wild Rice #DED475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.23%

R = 40.29%
G = 38.48%
B = 21.23%

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

#DED475 (or 0xDED475) is known color: Wild Rice. HEX triplet: DE, D4 and 75. RGB value is (222,212,117). Sum of RGB (Red+Green+Blue) = 222+212+117=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DED475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED475 is #212B8A. Grayscale: #CCCCCC. Windows color (decimal): -2173835 or 7722206. OLE color: 7722206.

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

Color convert

RGB 222 212 117 -
CMYK 0 0.05 0.47 0.13
HSL 54.29º 0.61% 0.66% -
HSV(B) 54.29º 0.47% 0.87% -
XYZ 56.88 63.9 26.17 -
YUV 204.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 222 212 117 0 0.05 0.47 0.13 54.29 0.61 0.66
Hex DE D4 75 0 5 2F D 36 3D 42
Octal 336 324 165 0 5 57 15 66 75 102
Binary 11011110 11010100 1110101 0 101 101111 1101 110110 111101 1000010

Color Harmonies of #DED475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED475

Black with #DED475

Text Example


Text Example

White with #DED475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED475; }

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

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

background-color css

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

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

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

border-color css

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

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

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