Html Css Color HEX #DAE192 Primrose

📋 copy color: '#DAE192'

red 218 ◦ green 225 ◦ blue 146

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

Shades of Primrose #DAE192

Tints of Primrose #DAE192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.79%

R = 37.01%
G = 38.2%
B = 24.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#DAE192 (or 0xDAE192) is known color: Primrose. HEX triplet: DA, E1 and 92. RGB value is (218,225,146). Sum of RGB (Red+Green+Blue) = 218+225+146=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE192 is #251E6D. Grayscale: #D6D6D6. Windows color (decimal): -2432622 or 9626074. OLE color: 9626074.

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

Color convert

RGB 218 225 146 -
CMYK 0.03 0 0.35 0.12
HSL 65.32º 0.57% 0.73% -
HSV(B) 65.32º 0.35% 0.88% -
XYZ 61.03 70.83 37.65 -
YUV 213.9 89.68 130.92 -
System Red Green Blue C M Y K H S L
Decimal 218 225 146 0.03 0 0.35 0.12 65.32 0.57 0.73
Hex DA E1 92 3 0 23 C 41 39 49
Octal 332 341 222 3 0 43 14 101 71 111
Binary 11011010 11100001 10010010 11 0 100011 1100 1000001 111001 1001001

Color Harmonies of #DAE192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE192

Black with #DAE192

Text Example


Text Example

White with #DAE192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE192; }

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

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

background-color css

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

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

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

border-color css

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

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

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