#DFD368

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

Shades of Wild Rice #DFD368

Tints of Wild Rice #DFD368

Color information

#DFD368 (or 0xDFD368) is unknown color: approx Wild Rice. HEX triplet: DF, D3 and 68. RGB value is (223,211,104). Sum of RGB (Red+Green+Blue) = 223+211+104=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD368 is #202C97. Grayscale: #CACACA. Windows color (decimal): -2108568 or 6869983. OLE color: 6869983.

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

Color convert

RGB223211104-
CMYK00.050.530.13
HSL53.95º65.03%64.12%-
HSV(B)53.95º53.36%87.45%-
XYZ56.2263.2822.35-
YUV202.3972.48142.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 104 (41.02% from 255) = 19.33%
R=41.45%
G=39.22%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321110400.050.530.1353.9565.0364.12
HexDFD3680535D364140
Octal33732315005651566101100
Binary110111111101001111010000101110101110111011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD368; }

 p { color: rgb(223,211,104); }

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

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

 a { background-color: rgb(223,211,104); }

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

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

 span { border-color: rgb(223,211,104); }

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