Html Css Color HEX #DAE394 Primrose

📋 copy color: '#DAE394'

red 218 ◦ green 227 ◦ blue 148

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

Shades of Primrose #DAE394

Tints of Primrose #DAE394

RGB

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

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

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

R = 36.76%
G = 38.28%
B = 24.96%

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

#DAE394 (or 0xDAE394) is known color: Primrose. HEX triplet: DA, E3 and 94. RGB value is (218,227,148). Sum of RGB (Red+Green+Blue) = 218+227+148=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE394 is #251C6B. Grayscale: #D7D7D7. Windows color (decimal): -2432108 or 9757658. OLE color: 9757658.

HSL color Cylindrical-coordinate representation of color #DAE394: hue angle of 66.84º degrees, saturation: 0.59, 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 #DAE394 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 148 -
CMYK 0.04 0 0.35 0.11
HSL 66.84º 0.59% 0.74% -
HSV(B) 66.84º 0.35% 0.89% -
XYZ 61.73 71.98 38.66 -
YUV 215.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 218 227 148 0.04 0 0.35 0.11 66.84 0.59 0.74
Hex DA E3 94 4 0 23 B 43 3B 4A
Octal 332 343 224 4 0 43 13 103 73 112
Binary 11011010 11100011 10010100 100 0 100011 1011 1000011 111011 1001010

Color Harmonies of #DAE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE394

Black with #DAE394

Text Example


Text Example

White with #DAE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE394; }

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

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

background-color css

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

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

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

border-color css

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

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

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