#DAE186

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

Shades of Primrose #DAE186

Tints of Primrose #DAE186

Color information

#DAE186 (or 0xDAE186) is unknown color: approx Primrose. HEX triplet: DA, E1 and 86. RGB value is (218,225,134). Sum of RGB (Red+Green+Blue) = 218+225+134=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE186 is #251E79. Grayscale: #D4D4D4. Windows color (decimal): -2432634 or 8839642. OLE color: 8839642.

HSL color Cylindrical-coordinate representation of color #DAE186: hue angle of 64.62º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE186 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB218225134-
CMYK0.0300.400.12
HSL64.62º60.26%70.39%-
HSV(B)64.62º40.44%88.24%-
XYZ60.1470.4832.99-
YUV212.5383.68131.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 225 (88.28% from 255) = 38.99%
BLUE value IS 134 (52.73% from 255) = 23.22%
R=37.78%
G=38.99%
B=23.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251340.0300.400.1264.6260.2670.39
HexDAE1863028C413c46
Octal33234120630501410174106
Binary110110101110000110000110110101000110010000011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE186; }

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

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

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

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

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

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

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

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