#DAD57F

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

Shades of Wild Rice #DAD57F

Tints of Wild Rice #DAD57F

Color information

#DAD57F (or 0xDAD57F) is unknown color: approx Wild Rice. HEX triplet: DA, D5 and 7F. RGB value is (218,213,127). Sum of RGB (Red+Green+Blue) = 218+213+127=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD57F is #252A80. Grayscale: #CDCDCD. Windows color (decimal): -2435713 or 8377818. OLE color: 8377818.

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

Color convert

RGB218213127-
CMYK00.020.420.15
HSL56.7º55.15%67.65%-
HSV(B)56.7º41.74%85.49%-
XYZ56.5464.0329.46-
YUV204.6984.16137.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 213 (83.59% from 255) = 38.17%
BLUE value IS 127 (50% from 255) = 22.76%
R=39.07%
G=38.17%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821312700.020.420.1556.755.1567.65
HexDAD57F022AF393744
Octal3323251770252177167104
Binary1101101011010101111111101010101011111110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD57F; }

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

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

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

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

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

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

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

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