Html Css Color HEX #DAE298 Primrose

📋 copy color: '#DAE298'

red 218 ◦ green 226 ◦ blue 152

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

Shades of Primrose #DAE298

Tints of Primrose #DAE298

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.92%

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

R = 36.58%
G = 37.92%
B = 25.5%

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

#DAE298 (or 0xDAE298) is known color: Primrose. HEX triplet: DA, E2 and 98. RGB value is (218,226,152). Sum of RGB (Red+Green+Blue) = 218+226+152=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE298 is #251D67. Grayscale: #D7D7D7. Windows color (decimal): -2432360 or 10019546. OLE color: 10019546.

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

Color convert

RGB 218 226 152 -
CMYK 0.04 0 0.33 0.11
HSL 66.49º 0.56% 0.74% -
HSV(B) 66.49º 0.33% 0.89% -
XYZ 61.78 71.57 40.26 -
YUV 215.17 92.35 130.02 -
System Red Green Blue C M Y K H S L
Decimal 218 226 152 0.04 0 0.33 0.11 66.49 0.56 0.74
Hex DA E2 98 4 0 21 B 42 38 4A
Octal 332 342 230 4 0 41 13 102 70 112
Binary 11011010 11100010 10011000 100 0 100001 1011 1000010 111000 1001010

Color Harmonies of #DAE298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE298

Black with #DAE298

Text Example


Text Example

White with #DAE298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE298; }

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

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

background-color css

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

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

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

border-color css

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

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

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