Html Css Color HEX #DAE198 Primrose

📋 copy color: '#DAE198'

red 218 ◦ green 225 ◦ blue 152

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

Shades of Primrose #DAE198

Tints of Primrose #DAE198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.55%

R = 36.64%
G = 37.82%
B = 25.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#DAE198 (or 0xDAE198) is known color: Primrose. HEX triplet: DA, E1 and 98. RGB value is (218,225,152). Sum of RGB (Red+Green+Blue) = 218+225+152=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE198 is #251E67. Grayscale: #D6D6D6. Windows color (decimal): -2432616 or 10019290. OLE color: 10019290.

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

Color convert

RGB 218 225 152 -
CMYK 0.03 0 0.32 0.12
HSL 65.75º 0.55% 0.74% -
HSV(B) 65.75º 0.32% 0.88% -
XYZ 61.51 71.02 40.17 -
YUV 214.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 218 225 152 0.03 0 0.32 0.12 65.75 0.55 0.74
Hex DA E1 98 3 0 20 C 42 37 4A
Octal 332 341 230 3 0 40 14 102 67 112
Binary 11011010 11100001 10011000 11 0 100000 1100 1000010 110111 1001010

Color Harmonies of #DAE198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE198

Black with #DAE198

Text Example


Text Example

White with #DAE198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE198; }

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

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

background-color css

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

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

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

border-color css

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

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

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