Html Css Color HEX #DFE48D Primrose

📋 copy color: '#DFE48D'

red 223 ◦ green 228 ◦ blue 141

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

Shades of Primrose #DFE48D

Tints of Primrose #DFE48D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.51%

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

R = 37.67%
G = 38.51%
B = 23.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#DFE48D (or 0xDFE48D) is known color: Primrose. HEX triplet: DF, E4 and 8D. RGB value is (223,228,141). Sum of RGB (Red+Green+Blue) = 223+228+141=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE48D is #201B72. Grayscale: #D8D8D8. Windows color (decimal): -2104179 or 9299167. OLE color: 9299167.

HSL color Cylindrical-coordinate representation of color #DFE48D: hue angle of 63.45º degrees, saturation: 0.62, 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 #DFE48D is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 228 141 -
CMYK 0.02 0 0.38 0.11
HSL 63.45º 0.62% 0.72% -
HSV(B) 63.45º 0.38% 0.89% -
XYZ 62.98 73.1 35.99 -
YUV 216.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 223 228 141 0.02 0 0.38 0.11 63.45 0.62 0.72
Hex DF E4 8D 2 0 26 B 3F 3E 48
Octal 337 344 215 2 0 46 13 77 76 110
Binary 11011111 11100100 10001101 10 0 100110 1011 111111 111110 1001000

Color Harmonies of #DFE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE48D

Black with #DFE48D

Text Example


Text Example

White with #DFE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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