Html Css Color HEX #DAE091 Primrose

📋 copy color: '#DAE091'

red 218 ◦ green 224 ◦ blue 145

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

Shades of Primrose #DAE091

Tints of Primrose #DAE091

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.16%

 BLUE value IS 145 (57.03% from 255) = 24.7%

R = 37.14%
G = 38.16%
B = 24.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#DAE091 (or 0xDAE091) is known color: Primrose. HEX triplet: DA, E0 and 91. RGB value is (218,224,145). Sum of RGB (Red+Green+Blue) = 218+224+145=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE091 is #251F6E. Grayscale: #D5D5D5. Windows color (decimal): -2432879 or 9560282. OLE color: 9560282.

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

Color convert

RGB 218 224 145 -
CMYK 0.03 0 0.35 0.12
HSL 64.56º 0.56% 0.72% -
HSV(B) 64.56º 0.35% 0.88% -
XYZ 60.68 70.26 37.15 -
YUV 213.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 218 224 145 0.03 0 0.35 0.12 64.56 0.56 0.72
Hex DA E0 91 3 0 23 C 41 38 48
Octal 332 340 221 3 0 43 14 101 70 110
Binary 11011010 11100000 10010001 11 0 100011 1100 1000001 111000 1001000

Color Harmonies of #DAE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE091

Black with #DAE091

Text Example


Text Example

White with #DAE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE091; }

 p { color: rgb(218,224,145); }

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

background-color css

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

 a { background-color: rgb(218,224,145); }

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

border-color css

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

 span { border-color: rgb(218,224,145); }

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