#DFCD6F

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

Shades of Wild Rice #DFCD6F

Tints of Wild Rice #DFCD6F

Color information

#DFCD6F (or 0xDFCD6F) is unknown color: approx Wild Rice. HEX triplet: DF, CD and 6F. RGB value is (223,205,111). Sum of RGB (Red+Green+Blue) = 223+205+111=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD6F is #203290. Grayscale: #C8C8C8. Windows color (decimal): -2110097 or 7327199. OLE color: 7327199.

HSL color Cylindrical-coordinate representation of color #DFCD6F: hue angle of 50.36º 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 #DFCD6F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223205111-
CMYK00.080.500.13
HSL50.36º63.64%65.49%-
HSV(B)50.36º50.22%87.45%-
XYZ55.1360.523.81-
YUV199.6777.96144.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 111 (43.75% from 255) = 20.59%
R=41.37%
G=38.03%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320511100.080.500.1350.3663.6465.49
HexDFCD6F0832D324041
Octal337315157010621562100101
Binary1101111111001101110111101000110010110111001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCD6F; }

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

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

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

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

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

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

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

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