#DAE78B

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

Shades of Primrose #DAE78B

Tints of Primrose #DAE78B

Color information

#DAE78B (or 0xDAE78B) is unknown color: approx Primrose. HEX triplet: DA, E7 and 8B. RGB value is (218,231,139). Sum of RGB (Red+Green+Blue) = 218+231+139=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE78B is #251874. Grayscale: #D8D8D8. Windows color (decimal): -2431093 or 9168858. OLE color: 9168858.

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

Color convert

RGB218231139-
CMYK0.0600.400.09
HSL68.48º65.71%72.55%-
HSV(B)68.48º39.83%90.59%-
XYZ62.1573.9235.42-
YUV216.6284.19128.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 231 (90.62% from 255) = 39.29%
BLUE value IS 139 (54.69% from 255) = 23.64%
R=37.07%
G=39.29%
B=23.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311390.0600.400.0968.4865.7172.55
HexDAE78B60289444249
Octal332347213605011104102111
Binary11011010111001111000101111001010001001100010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE78B; }

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

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

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

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

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

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

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

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