Html Css Color HEX #DFD174 Wild Rice

📋 copy color: '#DFD174'

red 223 ◦ green 209 ◦ blue 116

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

Shades of Wild Rice #DFD174

Tints of Wild Rice #DFD174

RGB

 RED value IS 223 (87.5% from 255) = 40.69%

 GREEN value IS 209 (82.03% from 255) = 38.14%

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

R = 40.69%
G = 38.14%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFD174 (or 0xDFD174) is known color: Wild Rice. HEX triplet: DF, D1 and 74. RGB value is (223,209,116). Sum of RGB (Red+Green+Blue) = 223+209+116=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD174 is #202E8B. Grayscale: #CACACA. Windows color (decimal): -2109068 or 7655903. OLE color: 7655903.

HSL color Cylindrical-coordinate representation of color #DFD174: hue angle of 52.15º degrees, saturation: 0.63, 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 #DFD174 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 209 116 -
CMYK 0 0.06 0.48 0.13
HSL 52.15º 0.63% 0.66% -
HSV(B) 52.15º 0.48% 0.87% -
XYZ 56.38 62.55 25.62 -
YUV 202.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 223 209 116 0 0.06 0.48 0.13 52.15 0.63 0.66
Hex DF D1 74 0 6 30 D 34 3F 42
Octal 337 321 164 0 6 60 15 64 77 102
Binary 11011111 11010001 1110100 0 110 110000 1101 110100 111111 1000010

Color Harmonies of #DFD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD174

Black with #DFD174

Text Example


Text Example

White with #DFD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD174; }

 p { color: rgb(223,209,116); }

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

background-color css

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

 a { background-color: rgb(223,209,116); }

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

border-color css

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

 span { border-color: rgb(223,209,116); }

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