Html Css Color HEX #DAE490 Primrose

📋 copy color: '#DAE490'

red 218 ◦ green 228 ◦ blue 144

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

Shades of Primrose #DAE490

Tints of Primrose #DAE490

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.64%

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

R = 36.95%
G = 38.64%
B = 24.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#DAE490 (or 0xDAE490) is known color: Primrose. HEX triplet: DA, E4 and 90. RGB value is (218,228,144). Sum of RGB (Red+Green+Blue) = 218+228+144=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE490 is #251B6F. Grayscale: #D7D7D7. Windows color (decimal): -2431856 or 9495770. OLE color: 9495770.

HSL color Cylindrical-coordinate representation of color #DAE490: hue angle of 67.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE490 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 144 -
CMYK 0.04 0 0.37 0.11
HSL 67.14º 0.61% 0.73% -
HSV(B) 67.14º 0.37% 0.89% -
XYZ 61.69 72.41 37.11 -
YUV 215.43 87.69 129.83 -
System Red Green Blue C M Y K H S L
Decimal 218 228 144 0.04 0 0.37 0.11 67.14 0.61 0.73
Hex DA E4 90 4 0 25 B 43 3D 49
Octal 332 344 220 4 0 45 13 103 75 111
Binary 11011010 11100100 10010000 100 0 100101 1011 1000011 111101 1001001

Color Harmonies of #DAE490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE490

Black with #DAE490

Text Example


Text Example

White with #DAE490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE490; }

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

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

background-color css

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

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

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

border-color css

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

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

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