#DFD680

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

Shades of Wild Rice #DFD680

Tints of Wild Rice #DFD680

Color information

#DFD680 (or 0xDFD680) is unknown color: approx Wild Rice. HEX triplet: DF, D6 and 80. RGB value is (223,214,128). Sum of RGB (Red+Green+Blue) = 223+214+128=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 128 (50.39% from 255 or 22.65% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD680 is #20297F. Grayscale: #CFCFCF. Windows color (decimal): -2107776 or 8443615. OLE color: 8443615.

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

Color convert

RGB223214128-
CMYK00.040.430.13
HSL54.32º59.75%68.82%-
HSV(B)54.32º42.6%87.45%-
XYZ58.3765.3429.96-
YUV206.8983.48139.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 128 (50.39% from 255) = 22.65%
R=39.47%
G=37.88%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321412800.040.430.1354.3259.7568.82
HexDFD680042BD363c45
Octal3373262000453156674105
Binary110111111101011010000000010010101111011101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD680; }

 p { color: rgb(223,214,128); }

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

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

 a { background-color: rgb(223,214,128); }

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

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

 span { border-color: rgb(223,214,128); }

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