#DAD274

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

Shades of Wild Rice #DAD274

Tints of Wild Rice #DAD274

Color information

#DAD274 (or 0xDAD274) is unknown color: approx Wild Rice. HEX triplet: DA, D2 and 74. RGB value is (218,210,116). Sum of RGB (Red+Green+Blue) = 218+210+116=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD274 is #252D8B. Grayscale: #CACACA. Windows color (decimal): -2436492 or 7656154. OLE color: 7656154.

HSL color Cylindrical-coordinate representation of color #DAD274: hue angle of 55.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAD274 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB218210116-
CMYK00.040.470.15
HSL55.29º57.95%65.49%-
HSV(B)55.29º46.79%85.49%-
XYZ55.1162.2625.64-
YUV201.6879.65139.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 116 (45.70% from 255) = 21.32%
R=40.07%
G=38.60%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821011600.040.470.1555.2957.9565.49
HexDAD274042FF373a41
Octal3323221640457176772101
Binary11011010110100101110100010010111111111101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD274; }

 p { color: rgb(218,210,116); }

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

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

 a { background-color: rgb(218,210,116); }

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

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

 span { border-color: rgb(218,210,116); }

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