Html Css Color HEX #DAE189 Primrose

📋 copy color: '#DAE189'

red 218 ◦ green 225 ◦ blue 137

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

Shades of Primrose #DAE189

Tints of Primrose #DAE189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.62%

R = 37.59%
G = 38.79%
B = 23.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#DAE189 (or 0xDAE189) is known color: Primrose. HEX triplet: DA, E1 and 89. RGB value is (218,225,137). Sum of RGB (Red+Green+Blue) = 218+225+137=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE189 is #251E76. Grayscale: #D5D5D5. Windows color (decimal): -2432631 or 9036250. OLE color: 9036250.

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

Color convert

RGB 218 225 137 -
CMYK 0.03 0 0.39 0.12
HSL 64.77º 0.59% 0.71% -
HSV(B) 64.77º 0.39% 0.88% -
XYZ 60.35 70.56 34.11 -
YUV 212.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 218 225 137 0.03 0 0.39 0.12 64.77 0.59 0.71
Hex DA E1 89 3 0 27 C 41 3B 47
Octal 332 341 211 3 0 47 14 101 73 107
Binary 11011010 11100001 10001001 11 0 100111 1100 1000001 111011 1000111

Color Harmonies of #DAE189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE189

Black with #DAE189

Text Example


Text Example

White with #DAE189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE189; }

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

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

background-color css

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

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

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

border-color css

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

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

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