#DAD487

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

Shades of Primrose #DAD487

Tints of Primrose #DAD487

Color information

#DAD487 (or 0xDAD487) is unknown color: approx Primrose. HEX triplet: DA, D4 and 87. RGB value is (218,212,135). Sum of RGB (Red+Green+Blue) = 218+212+135=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD487 is #252B78. Grayscale: #CDCDCD. Windows color (decimal): -2435961 or 8901850. OLE color: 8901850.

HSL color Cylindrical-coordinate representation of color #DAD487: hue angle of 55.66º 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 #DAD487 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218212135-
CMYK00.030.380.15
HSL55.66º52.87%69.22%-
HSV(B)55.66º38.07%85.49%-
XYZ56.8363.7432.23-
YUV205.0288.49137.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 212 (83.20% from 255) = 37.52%
BLUE value IS 135 (53.12% from 255) = 23.89%
R=38.58%
G=37.52%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821213500.030.380.1555.6652.8769.22
HexDAD4870326F383545
Octal3323242070346177065105
Binary11011010110101001000011101110011011111110001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD487; }

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

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

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

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

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

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

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

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