Html Css Color HEX #DAE494 Primrose

📋 copy color: '#DAE494'

red 218 ◦ green 228 ◦ blue 148

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

Shades of Primrose #DAE494

Tints of Primrose #DAE494

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.38%

 BLUE value IS 148 (58.2% from 255) = 24.92%

R = 36.7%
G = 38.38%
B = 24.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#DAE494 (or 0xDAE494) is known color: Primrose. HEX triplet: DA, E4 and 94. RGB value is (218,228,148). Sum of RGB (Red+Green+Blue) = 218+228+148=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE494 is #251B6B. Grayscale: #D8D8D8. Windows color (decimal): -2431852 or 9757914. OLE color: 9757914.

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

Color convert

RGB 218 228 148 -
CMYK 0.04 0 0.35 0.11
HSL 67.5º 0.6% 0.74% -
HSV(B) 67.5º 0.35% 0.89% -
XYZ 62 72.53 38.75 -
YUV 215.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 218 228 148 0.04 0 0.35 0.11 67.5 0.6 0.74
Hex DA E4 94 4 0 23 B 44 3C 4A
Octal 332 344 224 4 0 43 13 104 74 112
Binary 11011010 11100100 10010100 100 0 100011 1011 1000100 111100 1001010

Color Harmonies of #DAE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE494

Black with #DAE494

Text Example


Text Example

White with #DAE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE494; }

 p { color: rgb(218,228,148); }

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

background-color css

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

 a { background-color: rgb(218,228,148); }

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

border-color css

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

 span { border-color: rgb(218,228,148); }

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