Html Css Color HEX #DFE295 Primrose

📋 copy color: '#DFE295'

red 223 ◦ green 226 ◦ blue 149

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

Shades of Primrose #DFE295

Tints of Primrose #DFE295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.92%

R = 37.29%
G = 37.79%
B = 24.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#DFE295 (or 0xDFE295) is known color: Primrose. HEX triplet: DF, E2 and 95. RGB value is (223,226,149). Sum of RGB (Red+Green+Blue) = 223+226+149=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE295 is #201D6A. Grayscale: #D8D8D8. Windows color (decimal): -2104683 or 9822943. OLE color: 9822943.

HSL color Cylindrical-coordinate representation of color #DFE295: hue angle of 62.34º degrees, saturation: 0.57, 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 #DFE295 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 226 149 -
CMYK 0.01 0 0.34 0.11
HSL 62.34º 0.57% 0.74% -
HSV(B) 62.34º 0.34% 0.89% -
XYZ 63.05 72.25 39.06 -
YUV 216.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 223 226 149 0.01 0 0.34 0.11 62.34 0.57 0.74
Hex DF E2 95 1 0 22 B 3E 39 4A
Octal 337 342 225 1 0 42 13 76 71 112
Binary 11011111 11100010 10010101 1 0 100010 1011 111110 111001 1001010

Color Harmonies of #DFE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE295

Black with #DFE295

Text Example


Text Example

White with #DFE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE295; }

 p { color: rgb(223,226,149); }

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

background-color css

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

 a { background-color: rgb(223,226,149); }

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

border-color css

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

 span { border-color: rgb(223,226,149); }

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