#DAD275

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

Shades of Wild Rice #DAD275

Tints of Wild Rice #DAD275

Color information

#DAD275 (or 0xDAD275) is unknown color: approx Wild Rice. HEX triplet: DA, D2 and 75. RGB value is (218,210,117). Sum of RGB (Red+Green+Blue) = 218+210+117=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD275 is #252D8A. Grayscale: #CACACA. Windows color (decimal): -2436491 or 7721690. OLE color: 7721690.

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

Color convert

RGB218210117-
CMYK00.040.460.15
HSL55.25º57.71%65.69%-
HSV(B)55.25º46.33%85.49%-
XYZ55.1762.2825.94-
YUV201.7980.15139.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 117 (46.09% from 255) = 21.47%
R=40%
G=38.53%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821011700.040.460.1555.2557.7165.69
HexDAD275042EF373a42
Octal3323221650456176772102
Binary11011010110100101110101010010111011111101111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD275; }

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

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

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

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

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

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

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

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