Html Css Color HEX #DAE391 Primrose

📋 copy color: '#DAE391'

red 218 ◦ green 227 ◦ blue 145

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

Shades of Primrose #DAE391

Tints of Primrose #DAE391

RGB

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

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

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

R = 36.95%
G = 38.47%
B = 24.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#DAE391 (or 0xDAE391) is known color: Primrose. HEX triplet: DA, E3 and 91. RGB value is (218,227,145). Sum of RGB (Red+Green+Blue) = 218+227+145=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE391 is #251C6E. Grayscale: #D7D7D7. Windows color (decimal): -2432111 or 9561050. OLE color: 9561050.

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

Color convert

RGB 218 227 145 -
CMYK 0.04 0 0.36 0.11
HSL 66.59º 0.59% 0.73% -
HSV(B) 66.59º 0.36% 0.89% -
XYZ 61.49 71.89 37.42 -
YUV 214.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 218 227 145 0.04 0 0.36 0.11 66.59 0.59 0.73
Hex DA E3 91 4 0 24 B 43 3B 49
Octal 332 343 221 4 0 44 13 103 73 111
Binary 11011010 11100011 10010001 100 0 100100 1011 1000011 111011 1001001

Color Harmonies of #DAE391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE391

Black with #DAE391

Text Example


Text Example

White with #DAE391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE391; }

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

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

background-color css

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

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

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

border-color css

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

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

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