#DAD47A

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

Shades of Wild Rice #DAD47A

Tints of Wild Rice #DAD47A

Color information

#DAD47A (or 0xDAD47A) is unknown color: approx Wild Rice. HEX triplet: DA, D4 and 7A. RGB value is (218,212,122). Sum of RGB (Red+Green+Blue) = 218+212+122=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 122 (48.05% from 255 or 22.10% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD47A is #252B85. Grayscale: #CBCBCB. Windows color (decimal): -2435974 or 8049882. OLE color: 8049882.

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

Color convert

RGB218212122-
CMYK00.030.440.15
HSL56.25º56.47%66.67%-
HSV(B)56.25º44.04%85.49%-
XYZ55.9763.427.7-
YUV203.5381.99138.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 122 (48.05% from 255) = 22.10%
R=39.49%
G=38.41%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821212200.030.440.1556.2556.4766.67
HexDAD47A032CF383843
Octal3323241720354177070103
Binary1101101011010100111101001110110011111110001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD47A; }

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

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

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

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

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

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

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

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