Html Css Color HEX #DED270 Wild Rice

📋 copy color: '#DED270'

red 222 ◦ green 210 ◦ blue 112

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

Shades of Wild Rice #DED270

Tints of Wild Rice #DED270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

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

R = 40.81%
G = 38.6%
B = 20.59%

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

#DED270 (or 0xDED270) is known color: Wild Rice. HEX triplet: DE, D2 and 70. RGB value is (222,210,112). Sum of RGB (Red+Green+Blue) = 222+210+112=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED270 is #212D8F. Grayscale: #CACACA. Windows color (decimal): -2174352 or 7394014. OLE color: 7394014.

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

Color convert

RGB 222 210 112 -
CMYK 0 0.05 0.50 0.13
HSL 53.45º 0.63% 0.65% -
HSV(B) 53.45º 0.5% 0.87% -
XYZ 56.1 62.79 24.49 -
YUV 202.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 222 210 112 0 0.05 0.50 0.13 53.45 0.63 0.65
Hex DE D2 70 0 5 32 D 35 3E 41
Octal 336 322 160 0 5 62 15 65 76 101
Binary 11011110 11010010 1110000 0 101 110010 1101 110101 111110 1000001

Color Harmonies of #DED270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED270

Black with #DED270

Text Example


Text Example

White with #DED270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED270; }

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

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

background-color css

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

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

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

border-color css

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

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

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