#DAD071

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

Shades of Wild Rice #DAD071

Tints of Wild Rice #DAD071

Color information

#DAD071 (or 0xDAD071) is unknown color: approx Wild Rice. HEX triplet: DA, D0 and 71. RGB value is (218,208,113). Sum of RGB (Red+Green+Blue) = 218+208+113=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD071 is #252F8E. Grayscale: #C8C8C8. Windows color (decimal): -2437007 or 7459034. OLE color: 7459034.

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

Color convert

RGB218208113-
CMYK00.050.480.15
HSL54.29º58.66%64.9%-
HSV(B)54.29º48.17%85.49%-
XYZ54.4561.2124.57-
YUV200.1678.81140.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 113 (44.53% from 255) = 20.96%
R=40.45%
G=38.59%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820811300.050.480.1554.2958.6664.9
HexDAD0710530F363b41
Octal3323201610560176673101
Binary11011010110100001110001010111000011111101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD071; }

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

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

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

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

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

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

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

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