#DFD468

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

Shades of Wild Rice #DFD468

Tints of Wild Rice #DFD468

Color information

#DFD468 (or 0xDFD468) is unknown color: approx Wild Rice. HEX triplet: DF, D4 and 68. RGB value is (223,212,104). Sum of RGB (Red+Green+Blue) = 223+212+104=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD468 is #202B97. Grayscale: #CBCBCB. Windows color (decimal): -2108312 or 6870239. OLE color: 6870239.

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

Color convert

RGB223212104-
CMYK00.050.530.13
HSL54.45º65.03%64.12%-
HSV(B)54.45º53.36%87.45%-
XYZ56.4763.7722.43-
YUV202.9872.14142.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 104 (41.02% from 255) = 19.29%
R=41.37%
G=39.33%
B=19.29%

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
Decimal22321210400.050.530.1354.4565.0364.12
HexDFD4680535D364140
Octal33732415005651566101100
Binary110111111101010011010000101110101110111011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD468; }

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

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

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

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

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

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

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

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