Html Css Color HEX #DFE38E Primrose

📋 copy color: '#DFE38E'

red 223 ◦ green 227 ◦ blue 142

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

Shades of Primrose #DFE38E

Tints of Primrose #DFE38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 37.67%
G = 38.34%
B = 23.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#DFE38E (or 0xDFE38E) is known color: Primrose. HEX triplet: DF, E3 and 8E. RGB value is (223,227,142). Sum of RGB (Red+Green+Blue) = 223+227+142=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE38E is #201C71. Grayscale: #D8D8D8. Windows color (decimal): -2104434 or 9364447. OLE color: 9364447.

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

Color convert

RGB 223 227 142 -
CMYK 0.02 0 0.37 0.11
HSL 62.82º 0.6% 0.72% -
HSV(B) 62.82º 0.37% 0.89% -
XYZ 62.78 72.58 36.29 -
YUV 216.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 223 227 142 0.02 0 0.37 0.11 62.82 0.6 0.72
Hex DF E3 8E 2 0 25 B 3F 3C 48
Octal 337 343 216 2 0 45 13 77 74 110
Binary 11011111 11100011 10001110 10 0 100101 1011 111111 111100 1001000

Color Harmonies of #DFE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE38E

Black with #DFE38E

Text Example


Text Example

White with #DFE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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