#DFD169

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

Shades of Wild Rice #DFD169

Tints of Wild Rice #DFD169

Color information

#DFD169 (or 0xDFD169) is unknown color: approx Wild Rice. HEX triplet: DF, D1 and 69. RGB value is (223,209,105). Sum of RGB (Red+Green+Blue) = 223+209+105=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD169 is #202E96. Grayscale: #C9C9C9. Windows color (decimal): -2109079 or 6935007. OLE color: 6935007.

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

Color convert

RGB223209105-
CMYK00.060.530.13
HSL52.88º64.84%64.31%-
HSV(B)52.88º52.91%87.45%-
XYZ55.7862.3122.45-
YUV201.3373.64143.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=41.53%
G=38.92%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320910500.060.530.1352.8864.8464.31
HexDFD1690635D354140
Octal33732115106651565101100
Binary110111111101000111010010110110101110111010110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD169; }

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

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

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

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

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

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

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

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