Html Css Color HEX #DAE190 Primrose

📋 copy color: '#DAE190'

red 218 ◦ green 225 ◦ blue 144

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

Shades of Primrose #DAE190

Tints of Primrose #DAE190

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.33%

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

R = 37.14%
G = 38.33%
B = 24.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DAE190 (or 0xDAE190) is known color: Primrose. HEX triplet: DA, E1 and 90. RGB value is (218,225,144). Sum of RGB (Red+Green+Blue) = 218+225+144=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 144 (56.64% from 255 or 24.53% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE190 is #251E6F. Grayscale: #D5D5D5. Windows color (decimal): -2432624 or 9495002. OLE color: 9495002.

HSL color Cylindrical-coordinate representation of color #DAE190: hue angle of 65.19º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAE190 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 144 -
CMYK 0.03 0 0.36 0.12
HSL 65.19º 0.57% 0.72% -
HSV(B) 65.19º 0.36% 0.88% -
XYZ 60.87 70.77 36.84 -
YUV 213.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 218 225 144 0.03 0 0.36 0.12 65.19 0.57 0.72
Hex DA E1 90 3 0 24 C 41 39 48
Octal 332 341 220 3 0 44 14 101 71 110
Binary 11011010 11100001 10010000 11 0 100100 1100 1000001 111001 1001000

Color Harmonies of #DAE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE190

Black with #DAE190

Text Example


Text Example

White with #DAE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE190; }

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

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

background-color css

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

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

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

border-color css

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

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

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