#DAE790

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

Shades of Primrose #DAE790

Tints of Primrose #DAE790

Color information

#DAE790 (or 0xDAE790) is unknown color: approx Primrose. HEX triplet: DA, E7 and 90. RGB value is (218,231,144). Sum of RGB (Red+Green+Blue) = 218+231+144=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE790 is #25186F. Grayscale: #D9D9D9. Windows color (decimal): -2431088 or 9496538. OLE color: 9496538.

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

Color convert

RGB218231144-
CMYK0.0600.380.09
HSL68.97º64.44%73.53%-
HSV(B)68.97º37.66%90.59%-
XYZ62.5274.0737.39-
YUV217.286.69128.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 231 (90.62% from 255) = 38.95%
BLUE value IS 144 (56.64% from 255) = 24.28%
R=36.76%
G=38.95%
B=24.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311440.0600.380.0968.9764.4473.53
HexDAE7906026945404a
Octal332347220604611105100112
Binary11011010111001111001000011001001101001100010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE790; }

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

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

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

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

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

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

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

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