Html Css Color HEX #DED570 Wild Rice

📋 copy color: '#DED570'

red 222 ◦ green 213 ◦ blue 112

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

Shades of Wild Rice #DED570

Tints of Wild Rice #DED570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

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

R = 40.59%
G = 38.94%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DED570 (or 0xDED570) is known color: Wild Rice. HEX triplet: DE, D5 and 70. RGB value is (222,213,112). Sum of RGB (Red+Green+Blue) = 222+213+112=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED570 is #212A8F. Grayscale: #CCCCCC. Windows color (decimal): -2173584 or 7394782. OLE color: 7394782.

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

Color convert

RGB 222 213 112 -
CMYK 0 0.04 0.50 0.13
HSL 55.09º 0.63% 0.65% -
HSV(B) 55.09º 0.5% 0.87% -
XYZ 56.84 64.29 24.74 -
YUV 204.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 222 213 112 0 0.04 0.50 0.13 55.09 0.63 0.65
Hex DE D5 70 0 4 32 D 37 3E 41
Octal 336 325 160 0 4 62 15 67 76 101
Binary 11011110 11010101 1110000 0 100 110010 1101 110111 111110 1000001

Color Harmonies of #DED570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED570

Black with #DED570

Text Example


Text Example

White with #DED570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED570; }

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

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

background-color css

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

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

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

border-color css

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

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

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