Html Css Color HEX #DFD071 Wild Rice

📋 copy color: '#DFD071'

red 223 ◦ green 208 ◦ blue 113

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

Shades of Wild Rice #DFD071

Tints of Wild Rice #DFD071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.77%

R = 40.99%
G = 38.24%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DFD071 (or 0xDFD071) is known color: Wild Rice. HEX triplet: DF, D0 and 71. RGB value is (223,208,113). Sum of RGB (Red+Green+Blue) = 223+208+113=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD071 is #202F8E. Grayscale: #CACACA. Windows color (decimal): -2109327 or 7459039. OLE color: 7459039.

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

Color convert

RGB 223 208 113 -
CMYK 0 0.07 0.49 0.13
HSL 51.82º 0.63% 0.66% -
HSV(B) 51.82º 0.49% 0.87% -
XYZ 55.97 61.99 24.64 -
YUV 201.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 223 208 113 0 0.07 0.49 0.13 51.82 0.63 0.66
Hex DF D0 71 0 7 31 D 34 3F 42
Octal 337 320 161 0 7 61 15 64 77 102
Binary 11011111 11010000 1110001 0 111 110001 1101 110100 111111 1000010

Color Harmonies of #DFD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD071

Black with #DFD071

Text Example


Text Example

White with #DFD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD071; }

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

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

background-color css

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

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

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

border-color css

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

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

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