Html Css Color HEX #DFE098 Primrose

📋 copy color: '#DFE098'

red 223 ◦ green 224 ◦ blue 152

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

Shades of Primrose #DFE098

Tints of Primrose #DFE098

RGB

 RED value IS 223 (87.5% from 255) = 37.23%

 GREEN value IS 224 (87.89% from 255) = 37.4%

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

R = 37.23%
G = 37.4%
B = 25.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#DFE098 (or 0xDFE098) is known color: Primrose. HEX triplet: DF, E0 and 98. RGB value is (223,224,152). Sum of RGB (Red+Green+Blue) = 223+224+152=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE098 is #201F67. Grayscale: #D7D7D7. Windows color (decimal): -2105192 or 10019039. OLE color: 10019039.

HSL color Cylindrical-coordinate representation of color #DFE098: hue angle of 60.83º degrees, saturation: 0.54, 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 #DFE098 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 152 -
CMYK 0.00 0 0.32 0.12
HSL 60.83º 0.54% 0.74% -
HSV(B) 60.83º 0.32% 0.88% -
XYZ 62.75 71.27 40.15 -
YUV 215.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 223 224 152 0.00 0 0.32 0.12 60.83 0.54 0.74
Hex DF E0 98 0 0 20 C 3D 36 4A
Octal 337 340 230 0 0 40 14 75 66 112
Binary 11011111 11100000 10011000 0 0 100000 1100 111101 110110 1001010

Color Harmonies of #DFE098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE098

Black with #DFE098

Text Example


Text Example

White with #DFE098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE098; }

 p { color: rgb(223,224,152); }

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

background-color css

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

 a { background-color: rgb(223,224,152); }

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

border-color css

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

 span { border-color: rgb(223,224,152); }

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