Html Css Color HEX #DED178 Wild Rice

📋 copy color: '#DED178'

red 222 ◦ green 209 ◦ blue 120

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

Shades of Wild Rice #DED178

Tints of Wild Rice #DED178

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.93%

 BLUE value IS 120 (47.27% from 255) = 21.78%

R = 40.29%
G = 37.93%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DED178 (or 0xDED178) is known color: Wild Rice. HEX triplet: DE, D1 and 78. RGB value is (222,209,120). Sum of RGB (Red+Green+Blue) = 222+209+120=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DED178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED178 is #212E87. Grayscale: #CBCBCB. Windows color (decimal): -2174600 or 7918046. OLE color: 7918046.

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

Color convert

RGB 222 209 120 -
CMYK 0 0.06 0.46 0.13
HSL 52.35º 0.61% 0.67% -
HSV(B) 52.35º 0.46% 0.87% -
XYZ 56.31 62.49 26.86 -
YUV 202.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 222 209 120 0 0.06 0.46 0.13 52.35 0.61 0.67
Hex DE D1 78 0 6 2E D 34 3D 43
Octal 336 321 170 0 6 56 15 64 75 103
Binary 11011110 11010001 1111000 0 110 101110 1101 110100 111101 1000011

Color Harmonies of #DED178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED178

Black with #DED178

Text Example


Text Example

White with #DED178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED178; }

 p { color: rgb(222,209,120); }

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

background-color css

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

 a { background-color: rgb(222,209,120); }

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

border-color css

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

 span { border-color: rgb(222,209,120); }

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