#DAD787

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

Shades of Primrose #DAD787

Tints of Primrose #DAD787

Color information

#DAD787 (or 0xDAD787) is unknown color: approx Primrose. HEX triplet: DA, D7 and 87. RGB value is (218,215,135). Sum of RGB (Red+Green+Blue) = 218+215+135=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD787 is #252878. Grayscale: #CFCFCF. Windows color (decimal): -2435193 or 8902618. OLE color: 8902618.

HSL color Cylindrical-coordinate representation of color #DAD787: hue angle of 57.83º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAD787 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218215135-
CMYK00.010.380.15
HSL57.83º52.87%69.22%-
HSV(B)57.83º38.07%85.49%-
XYZ57.5965.2632.48-
YUV206.7887.49136-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 215 (84.38% from 255) = 37.85%
BLUE value IS 135 (53.12% from 255) = 23.77%
R=38.38%
G=37.85%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821513500.010.380.1557.8352.8769.22
HexDAD7870126F3a3545
Octal3323272070146177265105
Binary1101101011010111100001110110011011111110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD787; }

 p { color: rgb(218,215,135); }

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

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

 a { background-color: rgb(218,215,135); }

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

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

 span { border-color: rgb(218,215,135); }

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