#DFD46C

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

Shades of Wild Rice #DFD46C

Tints of Wild Rice #DFD46C

Color information

#DFD46C (or 0xDFD46C) is unknown color: approx Wild Rice. HEX triplet: DF, D4 and 6C. RGB value is (223,212,108). Sum of RGB (Red+Green+Blue) = 223+212+108=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD46C is #202B93. Grayscale: #CBCBCB. Windows color (decimal): -2108308 or 7132383. OLE color: 7132383.

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

Color convert

RGB223212108-
CMYK00.050.520.13
HSL54.26º64.25%64.9%-
HSV(B)54.26º51.57%87.45%-
XYZ56.6863.8623.53-
YUV203.4374.14141.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 108 (42.58% from 255) = 19.89%
R=41.07%
G=39.04%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321210800.050.520.1354.2664.2564.9
HexDFD46C0534D364041
Octal33732415405641566100101
Binary110111111101010011011000101110100110111011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD46C; }

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

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

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

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

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

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

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

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