#DAE78D

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

Shades of Primrose #DAE78D

Tints of Primrose #DAE78D

Color information

#DAE78D (or 0xDAE78D) is unknown color: approx Primrose. HEX triplet: DA, E7 and 8D. RGB value is (218,231,141). Sum of RGB (Red+Green+Blue) = 218+231+141=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE78D is #251872. Grayscale: #D9D9D9. Windows color (decimal): -2431091 or 9299930. OLE color: 9299930.

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

Color convert

RGB218231141-
CMYK0.0600.390.09
HSL68.67º65.22%72.94%-
HSV(B)68.67º38.96%90.59%-
XYZ62.373.9836.2-
YUV216.8585.19128.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 231 (90.62% from 255) = 39.15%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=36.95%
G=39.15%
B=23.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311410.0600.390.0968.6765.2272.94
HexDAE78D60279454149
Octal332347215604711105101111
Binary11011010111001111000110111001001111001100010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE78D; }

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

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

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

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

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

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

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

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