Html Css Color HEX #DFE28D Primrose

📋 copy color: '#DFE28D'

red 223 ◦ green 226 ◦ blue 141

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

Shades of Primrose #DFE28D

Tints of Primrose #DFE28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.9%

R = 37.8%
G = 38.31%
B = 23.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#DFE28D (or 0xDFE28D) is known color: Primrose. HEX triplet: DF, E2 and 8D. RGB value is (223,226,141). Sum of RGB (Red+Green+Blue) = 223+226+141=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE28D is #201D72. Grayscale: #D7D7D7. Windows color (decimal): -2104691 or 9298655. OLE color: 9298655.

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

Color convert

RGB 223 226 141 -
CMYK 0.01 0 0.38 0.11
HSL 62.12º 0.59% 0.72% -
HSV(B) 62.12º 0.38% 0.89% -
XYZ 62.44 72 35.81 -
YUV 215.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 223 226 141 0.01 0 0.38 0.11 62.12 0.59 0.72
Hex DF E2 8D 1 0 26 B 3E 3B 48
Octal 337 342 215 1 0 46 13 76 73 110
Binary 11011111 11100010 10001101 1 0 100110 1011 111110 111011 1001000

Color Harmonies of #DFE28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE28D

Black with #DFE28D

Text Example


Text Example

White with #DFE28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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