Html Css Color HEX #DFD079 Wild Rice

📋 copy color: '#DFD079'

red 223 ◦ green 208 ◦ blue 121

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

Shades of Wild Rice #DFD079

Tints of Wild Rice #DFD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.68%

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

R = 40.4%
G = 37.68%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DFD079 (or 0xDFD079) is known color: Wild Rice. HEX triplet: DF, D0 and 79. RGB value is (223,208,121). Sum of RGB (Red+Green+Blue) = 223+208+121=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD079 is #202F86. Grayscale: #CACACA. Windows color (decimal): -2109319 or 7983327. OLE color: 7983327.

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

Color convert

RGB 223 208 121 -
CMYK 0 0.07 0.46 0.13
HSL 51.18º 0.61% 0.67% -
HSV(B) 51.18º 0.46% 0.87% -
XYZ 56.44 62.18 27.12 -
YUV 202.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 223 208 121 0 0.07 0.46 0.13 51.18 0.61 0.67
Hex DF D0 79 0 7 2E D 33 3D 43
Octal 337 320 171 0 7 56 15 63 75 103
Binary 11011111 11010000 1111001 0 111 101110 1101 110011 111101 1000011

Color Harmonies of #DFD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD079

Black with #DFD079

Text Example


Text Example

White with #DFD079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD079; }

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

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

background-color css

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

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

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

border-color css

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

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

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