#DAD989

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

Shades of Primrose #DAD989

Tints of Primrose #DAD989

Color information

#DAD989 (or 0xDAD989) is unknown color: approx Primrose. HEX triplet: DA, D9 and 89. RGB value is (218,217,137). Sum of RGB (Red+Green+Blue) = 218+217+137=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD989 is #252676. Grayscale: #D0D0D0. Windows color (decimal): -2434679 or 9034202. OLE color: 9034202.

HSL color Cylindrical-coordinate representation of color #DAD989: hue angle of 59.26º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAD989 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218217137-
CMYK00.000.370.15
HSL59.26º52.26%69.61%-
HSV(B)59.26º37.16%85.49%-
XYZ58.2466.3433.4-
YUV208.1887.83135-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 137 (53.91% from 255) = 23.95%
R=38.11%
G=37.94%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821713700.000.370.1559.2652.2669.61
HexDAD9890025F3b3446
Octal3323312110045177364106
Binary1101101011011001100010010010010111111110111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD989; }

 p { color: rgb(218,217,137); }

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

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

 a { background-color: rgb(218,217,137); }

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

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

 span { border-color: rgb(218,217,137); }

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