Html Css Color HEX #DFE396 Primrose

📋 copy color: '#DFE396'

red 223 ◦ green 227 ◦ blue 150

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

Shades of Primrose #DFE396

Tints of Primrose #DFE396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25%

R = 37.17%
G = 37.83%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#DFE396 (or 0xDFE396) is known color: Primrose. HEX triplet: DF, E3 and 96. RGB value is (223,227,150). Sum of RGB (Red+Green+Blue) = 223+227+150=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE396 is #201C69. Grayscale: #D9D9D9. Windows color (decimal): -2104426 or 9888735. OLE color: 9888735.

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

Color convert

RGB 223 227 150 -
CMYK 0.02 0 0.34 0.11
HSL 63.12º 0.58% 0.74% -
HSV(B) 63.12º 0.34% 0.89% -
XYZ 63.41 72.83 39.57 -
YUV 217.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 223 227 150 0.02 0 0.34 0.11 63.12 0.58 0.74
Hex DF E3 96 2 0 22 B 3F 3A 4A
Octal 337 343 226 2 0 42 13 77 72 112
Binary 11011111 11100011 10010110 10 0 100010 1011 111111 111010 1001010

Color Harmonies of #DFE396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE396

Black with #DFE396

Text Example


Text Example

White with #DFE396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE396; }

 p { color: rgb(223,227,150); }

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

background-color css

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

 a { background-color: rgb(223,227,150); }

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

border-color css

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

 span { border-color: rgb(223,227,150); }

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