Html Css Color HEX #DAE191 Primrose

📋 copy color: '#DAE191'

red 218 ◦ green 225 ◦ blue 145

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

Shades of Primrose #DAE191

Tints of Primrose #DAE191

RGB

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

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

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

R = 37.07%
G = 38.27%
B = 24.66%

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

#DAE191 (or 0xDAE191) is known color: Primrose. HEX triplet: DA, E1 and 91. RGB value is (218,225,145). Sum of RGB (Red+Green+Blue) = 218+225+145=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE191 is #251E6E. Grayscale: #D6D6D6. Windows color (decimal): -2432623 or 9560538. OLE color: 9560538.

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

Color convert

RGB 218 225 145 -
CMYK 0.03 0 0.36 0.12
HSL 65.25º 0.57% 0.73% -
HSV(B) 65.25º 0.36% 0.88% -
XYZ 60.95 70.8 37.24 -
YUV 213.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 218 225 145 0.03 0 0.36 0.12 65.25 0.57 0.73
Hex DA E1 91 3 0 24 C 41 39 49
Octal 332 341 221 3 0 44 14 101 71 111
Binary 11011010 11100001 10010001 11 0 100100 1100 1000001 111001 1001001

Color Harmonies of #DAE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE191

Black with #DAE191

Text Example


Text Example

White with #DAE191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE191; }

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

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

background-color css

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

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

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

border-color css

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

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

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