Html Css Color HEX #DED478 Wild Rice

📋 copy color: '#DED478'

red 222 ◦ green 212 ◦ blue 120

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

Shades of Wild Rice #DED478

Tints of Wild Rice #DED478

RGB

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

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

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

R = 40.07%
G = 38.27%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DED478 (or 0xDED478) is known color: Wild Rice. HEX triplet: DE, D4 and 78. RGB value is (222,212,120). Sum of RGB (Red+Green+Blue) = 222+212+120=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED478 is #212B87. Grayscale: #CCCCCC. Windows color (decimal): -2173832 or 7918814. OLE color: 7918814.

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

Color convert

RGB 222 212 120 -
CMYK 0 0.05 0.46 0.13
HSL 54.12º 0.61% 0.67% -
HSV(B) 54.12º 0.46% 0.87% -
XYZ 57.06 63.97 27.11 -
YUV 204.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 222 212 120 0 0.05 0.46 0.13 54.12 0.61 0.67
Hex DE D4 78 0 5 2E D 36 3D 43
Octal 336 324 170 0 5 56 15 66 75 103
Binary 11011110 11010100 1111000 0 101 101110 1101 110110 111101 1000011

Color Harmonies of #DED478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED478

Black with #DED478

Text Example


Text Example

White with #DED478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED478; }

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

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

background-color css

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

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

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

border-color css

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

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

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