#DFD16A

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

Shades of Wild Rice #DFD16A

Tints of Wild Rice #DFD16A

Color information

#DFD16A (or 0xDFD16A) is unknown color: approx Wild Rice. HEX triplet: DF, D1 and 6A. RGB value is (223,209,106). Sum of RGB (Red+Green+Blue) = 223+209+106=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD16A is #202E95. Grayscale: #C9C9C9. Windows color (decimal): -2109078 or 7000543. OLE color: 7000543.

HSL color Cylindrical-coordinate representation of color #DFD16A: hue angle of 52.82º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFD16A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223209106-
CMYK00.060.520.13
HSL52.82º64.64%64.51%-
HSV(B)52.82º52.47%87.45%-
XYZ55.8362.3322.72-
YUV201.4474.14143.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 209 (82.03% from 255) = 38.85%
BLUE value IS 106 (41.80% from 255) = 19.70%
R=41.45%
G=38.85%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320910600.060.520.1352.8264.6464.51
HexDFD16A0634D354141
Octal33732115206641565101101
Binary110111111101000111010100110110100110111010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD16A; }

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

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

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

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

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

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

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

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