Html Css Color HEX #DAE890 Primrose

📋 copy color: '#DAE890'

red 218 ◦ green 232 ◦ blue 144

#DAE890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DAE890

Tints of Primrose #DAE890

RGB

 RED value IS 218 (85.55% from 255) = 36.7%

 GREEN value IS 232 (91.02% from 255) = 39.06%

 BLUE value IS 144 (56.64% from 255) = 24.24%

R = 36.7%
G = 39.06%
B = 24.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#DAE890 (or 0xDAE890) is known color: Primrose. HEX triplet: DA, E8 and 90. RGB value is (218,232,144). Sum of RGB (Red+Green+Blue) = 218+232+144=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE890 is #25176F. Grayscale: #DADADA. Windows color (decimal): -2430832 or 9496794. OLE color: 9496794.

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

Color convert

RGB 218 232 144 -
CMYK 0.06 0 0.38 0.09
HSL 69.55º 0.66% 0.74% -
HSV(B) 69.55º 0.38% 0.91% -
XYZ 62.8 74.63 37.48 -
YUV 217.78 86.36 128.16 -
System Red Green Blue C M Y K H S L
Decimal 218 232 144 0.06 0 0.38 0.09 69.55 0.66 0.74
Hex DA E8 90 6 0 26 9 46 42 4A
Octal 332 350 220 6 0 46 11 106 102 112
Binary 11011010 11101000 10010000 110 0 100110 1001 1000110 1000010 1001010

Color Harmonies of #DAE890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE890

Black with #DAE890

Text Example


Text Example

White with #DAE890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE890; }

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

 H1.HeaderClassName
 {
   color: #DAE890;
 }
 .AnyTagClassName
 {
   color: #DAE890;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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