#DAE586

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

Shades of Primrose #DAE586

Tints of Primrose #DAE586

Color information

#DAE586 (or 0xDAE586) is unknown color: approx Primrose. HEX triplet: DA, E5 and 86. RGB value is (218,229,134). Sum of RGB (Red+Green+Blue) = 218+229+134=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 134 (52.73% from 255 or 23.06% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE586 is #251A79. Grayscale: #D7D7D7. Windows color (decimal): -2431610 or 8840666. OLE color: 8840666.

HSL color Cylindrical-coordinate representation of color #DAE586: hue angle of 66.95º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE586 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB218229134-
CMYK0.0500.410.10
HSL66.95º64.63%71.18%-
HSV(B)66.95º41.48%89.8%-
XYZ61.2472.6733.35-
YUV214.8882.36130.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 229 (89.84% from 255) = 39.41%
BLUE value IS 134 (52.73% from 255) = 23.06%
R=37.52%
G=39.41%
B=23.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291340.0500.410.1066.9564.6371.18
HexDAE5865029A434147
Octal332345206505112103101107
Binary11011010111001011000011010101010011010100001110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE586; }

 p { color: rgb(218,229,134); }

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

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

 a { background-color: rgb(218,229,134); }

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

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

 span { border-color: rgb(218,229,134); }

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