Html Css Color HEX #DED370 Wild Rice

📋 copy color: '#DED370'

red 222 ◦ green 211 ◦ blue 112

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

Shades of Wild Rice #DED370

Tints of Wild Rice #DED370

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.72%

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 40.73%
G = 38.72%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DED370 (or 0xDED370) is known color: Wild Rice. HEX triplet: DE, D3 and 70. RGB value is (222,211,112). Sum of RGB (Red+Green+Blue) = 222+211+112=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DED370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED370 is #212C8F. Grayscale: #CBCBCB. Windows color (decimal): -2174096 or 7394270. OLE color: 7394270.

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

Color convert

RGB 222 211 112 -
CMYK 0 0.05 0.50 0.13
HSL 54º 0.63% 0.65% -
HSV(B) 54º 0.5% 0.87% -
XYZ 56.34 63.29 24.58 -
YUV 203 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 222 211 112 0 0.05 0.50 0.13 54 0.63 0.65
Hex DE D3 70 0 5 32 D 36 3E 41
Octal 336 323 160 0 5 62 15 66 76 101
Binary 11011110 11010011 1110000 0 101 110010 1101 110110 111110 1000001

Color Harmonies of #DED370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED370

Black with #DED370

Text Example


Text Example

White with #DED370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED370; }

 p { color: rgb(222,211,112); }

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

background-color css

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

 a { background-color: rgb(222,211,112); }

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

border-color css

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

 span { border-color: rgb(222,211,112); }

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