Html Css Color HEX #DFE98A Primrose

📋 copy color: '#DFE98A'

red 223 ◦ green 233 ◦ blue 138

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

Shades of Primrose #DFE98A

Tints of Primrose #DFE98A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.23%

 BLUE value IS 138 (54.3% from 255) = 23.23%

R = 37.54%
G = 39.23%
B = 23.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#DFE98A (or 0xDFE98A) is known color: Primrose. HEX triplet: DF, E9 and 8A. RGB value is (223,233,138). Sum of RGB (Red+Green+Blue) = 223+233+138=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE98A is #201675. Grayscale: #DBDBDB. Windows color (decimal): -2102902 or 9103839. OLE color: 9103839.

HSL color Cylindrical-coordinate representation of color #DFE98A: hue angle of 66.32º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFE98A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 233 138 -
CMYK 0.04 0 0.41 0.09
HSL 66.32º 0.68% 0.73% -
HSV(B) 66.32º 0.41% 0.91% -
XYZ 64.16 75.8 35.29 -
YUV 219.18 82.19 130.72 -
System Red Green Blue C M Y K H S L
Decimal 223 233 138 0.04 0 0.41 0.09 66.32 0.68 0.73
Hex DF E9 8A 4 0 29 9 42 44 49
Octal 337 351 212 4 0 51 11 102 104 111
Binary 11011111 11101001 10001010 100 0 101001 1001 1000010 1000100 1001001

Color Harmonies of #DFE98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE98A

Black with #DFE98A

Text Example


Text Example

White with #DFE98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE98A; }

 p { color: rgb(223,233,138); }

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

background-color css

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

 a { background-color: rgb(223,233,138); }

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

border-color css

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

 span { border-color: rgb(223,233,138); }

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