Html Css Color HEX #DAE398 Primrose

📋 copy color: '#DAE398'

red 218 ◦ green 227 ◦ blue 152

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

Shades of Primrose #DAE398

Tints of Primrose #DAE398

RGB

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

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

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

R = 36.52%
G = 38.02%
B = 25.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#DAE398 (or 0xDAE398) is known color: Primrose. HEX triplet: DA, E3 and 98. RGB value is (218,227,152). Sum of RGB (Red+Green+Blue) = 218+227+152=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE398 is #251C67. Grayscale: #D8D8D8. Windows color (decimal): -2432104 or 10019802. OLE color: 10019802.

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

Color convert

RGB 218 227 152 -
CMYK 0.04 0 0.33 0.11
HSL 67.2º 0.57% 0.74% -
HSV(B) 67.2º 0.33% 0.89% -
XYZ 62.05 72.11 40.35 -
YUV 215.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 218 227 152 0.04 0 0.33 0.11 67.2 0.57 0.74
Hex DA E3 98 4 0 21 B 43 39 4A
Octal 332 343 230 4 0 41 13 103 71 112
Binary 11011010 11100011 10011000 100 0 100001 1011 1000011 111001 1001010

Color Harmonies of #DAE398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE398

Black with #DAE398

Text Example


Text Example

White with #DAE398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE398; }

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

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

background-color css

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

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

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

border-color css

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

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

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