Html Css Color HEX #DFE88C Primrose

📋 copy color: '#DFE88C'

red 223 ◦ green 232 ◦ blue 140

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

Shades of Primrose #DFE88C

Tints of Primrose #DFE88C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.99%

 BLUE value IS 140 (55.08% from 255) = 23.53%

R = 37.48%
G = 38.99%
B = 23.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#DFE88C (or 0xDFE88C) is known color: Primrose. HEX triplet: DF, E8 and 8C. RGB value is (223,232,140). Sum of RGB (Red+Green+Blue) = 223+232+140=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE88C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE88C is #201773. Grayscale: #DBDBDB. Windows color (decimal): -2103156 or 9234655. OLE color: 9234655.

HSL color Cylindrical-coordinate representation of color #DFE88C: hue angle of 65.87º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFE88C is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 232 140 -
CMYK 0.04 0 0.40 0.09
HSL 65.87º 0.67% 0.73% -
HSV(B) 65.87º 0.4% 0.91% -
XYZ 64.02 75.29 35.97 -
YUV 218.82 83.52 130.98 -
System Red Green Blue C M Y K H S L
Decimal 223 232 140 0.04 0 0.40 0.09 65.87 0.67 0.73
Hex DF E8 8C 4 0 28 9 42 43 49
Octal 337 350 214 4 0 50 11 102 103 111
Binary 11011111 11101000 10001100 100 0 101000 1001 1000010 1000011 1001001

Color Harmonies of #DFE88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE88C

Black with #DFE88C

Text Example


Text Example

White with #DFE88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE88C; }

 p { color: rgb(223,232,140); }

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

background-color css

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

 a { background-color: rgb(223,232,140); }

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

border-color css

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

 span { border-color: rgb(223,232,140); }

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