Html Css Color HEX #DFD379 Wild Rice

📋 copy color: '#DFD379'

red 223 ◦ green 211 ◦ blue 121

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

Shades of Wild Rice #DFD379

Tints of Wild Rice #DFD379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.8%

R = 40.18%
G = 38.02%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DFD379 (or 0xDFD379) is known color: Wild Rice. HEX triplet: DF, D3 and 79. RGB value is (223,211,121). Sum of RGB (Red+Green+Blue) = 223+211+121=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD379 is #202C86. Grayscale: #CCCCCC. Windows color (decimal): -2108551 or 7984095. OLE color: 7984095.

HSL color Cylindrical-coordinate representation of color #DFD379: hue angle of 52.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFD379 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 121 -
CMYK 0 0.05 0.46 0.13
HSL 52.94º 0.61% 0.67% -
HSV(B) 52.94º 0.46% 0.87% -
XYZ 57.18 63.66 27.36 -
YUV 204.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 223 211 121 0 0.05 0.46 0.13 52.94 0.61 0.67
Hex DF D3 79 0 5 2E D 35 3D 43
Octal 337 323 171 0 5 56 15 65 75 103
Binary 11011111 11010011 1111001 0 101 101110 1101 110101 111101 1000011

Color Harmonies of #DFD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD379

Black with #DFD379

Text Example


Text Example

White with #DFD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD379; }

 p { color: rgb(223,211,121); }

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

background-color css

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

 a { background-color: rgb(223,211,121); }

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

border-color css

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

 span { border-color: rgb(223,211,121); }

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