#DAE88F

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

Shades of Primrose #DAE88F

Tints of Primrose #DAE88F

Color information

#DAE88F (or 0xDAE88F) is unknown color: approx Primrose. HEX triplet: DA, E8 and 8F. RGB value is (218,232,143). Sum of RGB (Red+Green+Blue) = 218+232+143=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE88F is #251770. Grayscale: #DADADA. Windows color (decimal): -2430833 or 9431258. OLE color: 9431258.

HSL color Cylindrical-coordinate representation of color #DAE88F: hue angle of 69.44º degrees, saturation: 0.66, 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 #DAE88F is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB218232143-
CMYK0.0600.380.09
HSL69.44º65.93%73.53%-
HSV(B)69.44º38.36%90.98%-
XYZ62.7374.637.08-
YUV217.6785.86128.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 232 (91.02% from 255) = 39.12%
BLUE value IS 143 (56.25% from 255) = 24.11%
R=36.76%
G=39.12%
B=24.11%

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
Decimal2182321430.0600.380.0969.4465.9373.53
HexDAE88F6026945424a
Octal332350217604611105102112
Binary11011010111010001000111111001001101001100010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE88F; }

 p { color: rgb(218,232,143); }

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

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

 a { background-color: rgb(218,232,143); }

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

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

 span { border-color: rgb(218,232,143); }

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