#DAD074

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

Shades of Wild Rice #DAD074

Tints of Wild Rice #DAD074

Color information

#DAD074 (or 0xDAD074) is unknown color: approx Wild Rice. HEX triplet: DA, D0 and 74. RGB value is (218,208,116). Sum of RGB (Red+Green+Blue) = 218+208+116=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD074 is #252F8B. Grayscale: #C8C8C8. Windows color (decimal): -2437004 or 7655642. OLE color: 7655642.

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

Color convert

RGB218208116-
CMYK00.050.470.15
HSL54.12º57.95%65.49%-
HSV(B)54.12º46.79%85.49%-
XYZ54.6261.2825.47-
YUV200.580.31140.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 208 (81.64% from 255) = 38.38%
BLUE value IS 116 (45.70% from 255) = 21.40%
R=40.22%
G=38.38%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820811600.050.470.1554.1257.9565.49
HexDAD074052FF363a41
Octal3323201640557176672101
Binary11011010110100001110100010110111111111101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD074; }

 p { color: rgb(218,208,116); }

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

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

 a { background-color: rgb(218,208,116); }

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

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

 span { border-color: rgb(218,208,116); }

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