#DAD170

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

Shades of Wild Rice #DAD170

Tints of Wild Rice #DAD170

Color information

#DAD170 (or 0xDAD170) is unknown color: approx Wild Rice. HEX triplet: DA, D1 and 70. RGB value is (218,209,112). Sum of RGB (Red+Green+Blue) = 218+209+112=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD170 is #252E8F. Grayscale: #C9C9C9. Windows color (decimal): -2436752 or 7393754. OLE color: 7393754.

HSL color Cylindrical-coordinate representation of color #DAD170: hue angle of 54.91º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAD170 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB218209112-
CMYK00.040.490.15
HSL54.91º58.89%64.71%-
HSV(B)54.91º48.62%85.49%-
XYZ54.6461.6824.35-
YUV200.6377.98140.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 209 (82.03% from 255) = 38.78%
BLUE value IS 112 (44.14% from 255) = 20.78%
R=40.45%
G=38.78%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820911200.040.490.1554.9158.8964.71
HexDAD1700431F373b41
Octal3323211600461176773101
Binary11011010110100011110000010011000111111101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD170; }

 p { color: rgb(218,209,112); }

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

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

 a { background-color: rgb(218,209,112); }

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

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

 span { border-color: rgb(218,209,112); }

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