#DAE789

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

Shades of Primrose #DAE789

Tints of Primrose #DAE789

Color information

#DAE789 (or 0xDAE789) is unknown color: approx Primrose. HEX triplet: DA, E7 and 89. RGB value is (218,231,137). Sum of RGB (Red+Green+Blue) = 218+231+137=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 137 (53.91% from 255 or 23.38% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE789 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE789 is #251876. Grayscale: #D8D8D8. Windows color (decimal): -2431095 or 9037786. OLE color: 9037786.

HSL color Cylindrical-coordinate representation of color #DAE789: hue angle of 68.3º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE789 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB218231137-
CMYK0.0600.410.09
HSL68.3º66.2%72.16%-
HSV(B)68.3º40.69%90.59%-
XYZ6273.8634.66-
YUV216.483.19129.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 137 (53.91% from 255) = 23.38%
R=37.20%
G=39.42%
B=23.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311370.0600.410.0968.366.272.16
HexDAE78960299444248
Octal332347211605111104102110
Binary11011010111001111000100111001010011001100010010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE789; }

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

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

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

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

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

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

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

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