#DFD37E

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

Shades of Wild Rice #DFD37E

Tints of Wild Rice #DFD37E

Color information

#DFD37E (or 0xDFD37E) is unknown color: approx Wild Rice. HEX triplet: DF, D3 and 7E. RGB value is (223,211,126). Sum of RGB (Red+Green+Blue) = 223+211+126=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD37E is #202C81. Grayscale: #CDCDCD. Windows color (decimal): -2108546 or 8311775. OLE color: 8311775.

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

Color convert

RGB223211126-
CMYK00.050.430.13
HSL52.58º60.25%68.43%-
HSV(B)52.58º43.5%87.45%-
XYZ57.4963.7829.02-
YUV204.983.48140.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 211 (82.81% from 255) = 37.68%
BLUE value IS 126 (49.61% from 255) = 22.5%
R=39.82%
G=37.68%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321112600.050.430.1352.5860.2568.43
HexDFD37E052BD353c44
Octal3373231760553156574104
Binary11011111110100111111110010110101111011101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD37E; }

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

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

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

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

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

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

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

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