#DAD47F

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

Shades of Wild Rice #DAD47F

Tints of Wild Rice #DAD47F

Color information

#DAD47F (or 0xDAD47F) is unknown color: approx Wild Rice. HEX triplet: DA, D4 and 7F. RGB value is (218,212,127). Sum of RGB (Red+Green+Blue) = 218+212+127=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD47F is #252B80. Grayscale: #CCCCCC. Windows color (decimal): -2435969 or 8377562. OLE color: 8377562.

HSL color Cylindrical-coordinate representation of color #DAD47F: hue angle of 56.04º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAD47F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218212127-
CMYK00.030.420.15
HSL56.04º55.15%67.65%-
HSV(B)56.04º41.74%85.49%-
XYZ56.2963.5229.37-
YUV204.184.49137.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 212 (83.20% from 255) = 38.06%
BLUE value IS 127 (50% from 255) = 22.80%
R=39.14%
G=38.06%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821212700.030.420.1556.0455.1567.65
HexDAD47F032AF383744
Octal3323241770352177067104
Binary1101101011010100111111101110101011111110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD47F; }

 p { color: rgb(218,212,127); }

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

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

 a { background-color: rgb(218,212,127); }

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

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

 span { border-color: rgb(218,212,127); }

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