#DAD079

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

Shades of Wild Rice #DAD079

Tints of Wild Rice #DAD079

Color information

#DAD079 (or 0xDAD079) is unknown color: approx Wild Rice. HEX triplet: DA, D0 and 79. RGB value is (218,208,121). Sum of RGB (Red+Green+Blue) = 218+208+121=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD079 is #252F86. Grayscale: #C9C9C9. Windows color (decimal): -2436999 or 7983322. OLE color: 7983322.

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

Color convert

RGB218208121-
CMYK00.050.440.15
HSL53.81º56.73%66.47%-
HSV(B)53.81º44.5%85.49%-
XYZ54.9261.427.05-
YUV201.0782.81140.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 121 (47.66% from 255) = 22.12%
R=39.85%
G=38.03%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820812100.050.440.1553.8156.7366.47
HexDAD079052CF363942
Octal3323201710554176671102
Binary11011010110100001111001010110110011111101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD079; }

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

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

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

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

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

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

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

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