#DAD06D

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

Shades of Wild Rice #DAD06D

Tints of Wild Rice #DAD06D

Color information

#DAD06D (or 0xDAD06D) is unknown color: approx Wild Rice. HEX triplet: DA, D0 and 6D. RGB value is (218,208,109). Sum of RGB (Red+Green+Blue) = 218+208+109=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD06D is #252F92. Grayscale: #C8C8C8. Windows color (decimal): -2437011 or 7196890. OLE color: 7196890.

HSL color Cylindrical-coordinate representation of color #DAD06D: hue angle of 54.5º 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 #DAD06D is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218208109-
CMYK00.050.50.15
HSL54.5º59.56%64.12%-
HSV(B)54.5º50%85.49%-
XYZ54.2361.1223.41-
YUV199.776.81141.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 109 (42.97% from 255) = 20.37%
R=40.75%
G=38.88%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820810900.050.50.1554.559.5664.12
HexDAD06D0532F363c40
Octal3323201550562176674100
Binary11011010110100001101101010111001011111101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD06D; }

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

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

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

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

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

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

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

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