#DFCF6F

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

Shades of Wild Rice #DFCF6F

Tints of Wild Rice #DFCF6F

Color information

#DFCF6F (or 0xDFCF6F) is unknown color: approx Wild Rice. HEX triplet: DF, CF and 6F. RGB value is (223,207,111). Sum of RGB (Red+Green+Blue) = 223+207+111=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF6F is #203090. Grayscale: #C9C9C9. Windows color (decimal): -2109585 or 7327711. OLE color: 7327711.

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

Color convert

RGB223207111-
CMYK00.070.500.13
HSL51.43º63.64%65.49%-
HSV(B)51.43º50.22%87.45%-
XYZ55.6161.4623.97-
YUV200.8477.3143.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 111 (43.75% from 255) = 20.52%
R=41.22%
G=38.26%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320711100.070.500.1351.4363.6465.49
HexDFCF6F0732D334041
Octal33731715707621563100101
Binary110111111100111111011110111110010110111001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF6F; }

 p { color: rgb(223,207,111); }

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

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

 a { background-color: rgb(223,207,111); }

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

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

 span { border-color: rgb(223,207,111); }

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