Html Css Color HEX #DAE390 Primrose

📋 copy color: '#DAE390'

red 218 ◦ green 227 ◦ blue 144

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

Shades of Primrose #DAE390

Tints of Primrose #DAE390

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.54%

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

R = 37.01%
G = 38.54%
B = 24.45%

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

#DAE390 (or 0xDAE390) is known color: Primrose. HEX triplet: DA, E3 and 90. RGB value is (218,227,144). Sum of RGB (Red+Green+Blue) = 218+227+144=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE390 is #251C6F. Grayscale: #D7D7D7. Windows color (decimal): -2432112 or 9495514. OLE color: 9495514.

HSL color Cylindrical-coordinate representation of color #DAE390: hue angle of 66.51º degrees, saturation: 0.6, 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 #DAE390 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 144 -
CMYK 0.04 0 0.37 0.11
HSL 66.51º 0.6% 0.73% -
HSV(B) 66.51º 0.37% 0.89% -
XYZ 61.42 71.86 37.02 -
YUV 214.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 218 227 144 0.04 0 0.37 0.11 66.51 0.6 0.73
Hex DA E3 90 4 0 25 B 43 3C 49
Octal 332 343 220 4 0 45 13 103 74 111
Binary 11011010 11100011 10010000 100 0 100101 1011 1000011 111100 1001001

Color Harmonies of #DAE390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE390

Black with #DAE390

Text Example


Text Example

White with #DAE390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE390; }

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

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

background-color css

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

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

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

border-color css

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

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

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