Html Css Color HEX #DAE090 Primrose

📋 copy color: '#DAE090'

red 218 ◦ green 224 ◦ blue 144

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

Shades of Primrose #DAE090

Tints of Primrose #DAE090

RGB

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

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

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

R = 37.2%
G = 38.23%
B = 24.57%

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

#DAE090 (or 0xDAE090) is known color: Primrose. HEX triplet: DA, E0 and 90. RGB value is (218,224,144). Sum of RGB (Red+Green+Blue) = 218+224+144=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE090 is #251F6F. Grayscale: #D5D5D5. Windows color (decimal): -2432880 or 9494746. OLE color: 9494746.

HSL color Cylindrical-coordinate representation of color #DAE090: hue angle of 64.5º degrees, saturation: 0.56, 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 #DAE090 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 144 -
CMYK 0.03 0 0.36 0.12
HSL 64.5º 0.56% 0.72% -
HSV(B) 64.5º 0.36% 0.88% -
XYZ 60.6 70.23 36.75 -
YUV 213.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 218 224 144 0.03 0 0.36 0.12 64.5 0.56 0.72
Hex DA E0 90 3 0 24 C 40 38 48
Octal 332 340 220 3 0 44 14 100 70 110
Binary 11011010 11100000 10010000 11 0 100100 1100 1000000 111000 1001000

Color Harmonies of #DAE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE090

Black with #DAE090

Text Example


Text Example

White with #DAE090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE090; }

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

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

background-color css

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

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

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

border-color css

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

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

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