#DFD66D

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

Shades of Wild Rice #DFD66D

Tints of Wild Rice #DFD66D

Color information

#DFD66D (or 0xDFD66D) is unknown color: approx Wild Rice. HEX triplet: DF, D6 and 6D. RGB value is (223,214,109). Sum of RGB (Red+Green+Blue) = 223+214+109=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD66D is #202992. Grayscale: #CDCDCD. Windows color (decimal): -2107795 or 7198431. OLE color: 7198431.

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

Color convert

RGB223214109-
CMYK00.040.510.13
HSL55.26º64.04%65.1%-
HSV(B)55.26º51.12%87.45%-
XYZ57.2464.8923.98-
YUV204.7273.98141.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 214 (83.98% from 255) = 39.19%
BLUE value IS 109 (42.97% from 255) = 19.96%
R=40.84%
G=39.19%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321410900.040.510.1355.2664.0465.1
HexDFD66D0433D374041
Octal33732615504631567100101
Binary110111111101011011011010100110011110111011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD66D; }

 p { color: rgb(223,214,109); }

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

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

 a { background-color: rgb(223,214,109); }

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

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

 span { border-color: rgb(223,214,109); }

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