#DFD37A

Color #DFD37A Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #DFD37A

Tints of Wild Rice #DFD37A

Color information

#DFD37A (or 0xDFD37A) is unknown color: approx Wild Rice. HEX triplet: DF, D3 and 7A. RGB value is (223,211,122). Sum of RGB (Red+Green+Blue) = 223+211+122=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD37A is #202C85. Grayscale: #CCCCCC. Windows color (decimal): -2108550 or 8049631. OLE color: 8049631.

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

Color convert

RGB223211122-
CMYK00.050.450.13
HSL52.87º61.21%67.65%-
HSV(B)52.87º45.29%87.45%-
XYZ57.2463.6827.69-
YUV204.4481.48141.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.11%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 122 (48.05% from 255) = 21.94%
R=40.11%
G=37.95%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321112200.050.450.1352.8761.2167.65
HexDFD37A052DD353d44
Octal3373231720555156575104
Binary11011111110100111111010010110110111011101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD37A; }

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

 H1.HeaderClassName
 {
   color: #DFD37A;
 }
 .AnyTagClassName
 {
   color: #DFD37A;
 }
</style>
background-color css

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

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

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

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

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

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