#DFD475

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

Shades of Wild Rice #DFD475

Tints of Wild Rice #DFD475

Color information

#DFD475 (or 0xDFD475) is unknown color: approx Wild Rice. HEX triplet: DF, D4 and 75. RGB value is (223,212,117). Sum of RGB (Red+Green+Blue) = 223+212+117=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD475 is #202B8A. Grayscale: #CCCCCC. Windows color (decimal): -2108299 or 7722207. OLE color: 7722207.

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

Color convert

RGB223212117-
CMYK00.050.480.13
HSL53.77º62.35%66.67%-
HSV(B)53.77º47.53%87.45%-
XYZ57.1964.0626.18-
YUV204.4678.64141.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 117 (46.09% from 255) = 21.20%
R=40.40%
G=38.41%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321211700.050.480.1353.7762.3566.67
HexDFD4750530D363e43
Octal3373241650560156676103
Binary11011111110101001110101010111000011011101101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD475; }

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

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

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

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

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

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

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

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