Html Css Color HEX #DED574 Wild Rice

📋 copy color: '#DED574'

red 222 ◦ green 213 ◦ blue 116

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

Shades of Wild Rice #DED574

Tints of Wild Rice #DED574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 40.29%
G = 38.66%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DED574 (or 0xDED574) is known color: Wild Rice. HEX triplet: DE, D5 and 74. RGB value is (222,213,116). Sum of RGB (Red+Green+Blue) = 222+213+116=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DED574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED574 is #212A8B. Grayscale: #CDCDCD. Windows color (decimal): -2173580 or 7656926. OLE color: 7656926.

HSL color Cylindrical-coordinate representation of color #DED574: hue angle of 54.91º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DED574 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 116 -
CMYK 0 0.04 0.48 0.13
HSL 54.91º 0.62% 0.66% -
HSV(B) 54.91º 0.48% 0.87% -
XYZ 57.07 64.38 25.94 -
YUV 204.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 222 213 116 0 0.04 0.48 0.13 54.91 0.62 0.66
Hex DE D5 74 0 4 30 D 37 3E 42
Octal 336 325 164 0 4 60 15 67 76 102
Binary 11011110 11010101 1110100 0 100 110000 1101 110111 111110 1000010

Color Harmonies of #DED574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED574

Black with #DED574

Text Example


Text Example

White with #DED574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED574; }

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

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

background-color css

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

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

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

border-color css

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

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

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