#DAD16D

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

Shades of Wild Rice #DAD16D

Tints of Wild Rice #DAD16D

Color information

#DAD16D (or 0xDAD16D) is unknown color: approx Wild Rice. HEX triplet: DA, D1 and 6D. RGB value is (218,209,109). Sum of RGB (Red+Green+Blue) = 218+209+109=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD16D is #252E92. Grayscale: #C8C8C8. Windows color (decimal): -2436755 or 7197146. OLE color: 7197146.

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

Color convert

RGB218209109-
CMYK00.040.50.15
HSL55.05º59.56%64.12%-
HSV(B)55.05º50%85.49%-
XYZ54.4761.6123.49-
YUV200.2976.48140.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 109 (42.97% from 255) = 20.34%
R=40.67%
G=38.99%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820910900.040.50.1555.0559.5664.12
HexDAD16D0432F373c40
Octal3323211550462176774100
Binary11011010110100011101101010011001011111101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD16D; }

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

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

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

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

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

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

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

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