Html Css Color HEX #DFE08E Primrose

📋 copy color: '#DFE08E'

red 223 ◦ green 224 ◦ blue 142

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

Shades of Primrose #DFE08E

Tints of Primrose #DFE08E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

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

R = 37.86%
G = 38.03%
B = 24.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#DFE08E (or 0xDFE08E) is known color: Primrose. HEX triplet: DF, E0 and 8E. RGB value is (223,224,142). Sum of RGB (Red+Green+Blue) = 223+224+142=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08E is #201F71. Grayscale: #D6D6D6. Windows color (decimal): -2105202 or 9363679. OLE color: 9363679.

HSL color Cylindrical-coordinate representation of color #DFE08E: hue angle of 60.73º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFE08E is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 142 -
CMYK 0.00 0 0.37 0.12
HSL 60.73º 0.57% 0.72% -
HSV(B) 60.73º 0.37% 0.88% -
XYZ 61.97 70.95 36.02 -
YUV 214.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 223 224 142 0.00 0 0.37 0.12 60.73 0.57 0.72
Hex DF E0 8E 0 0 25 C 3D 39 48
Octal 337 340 216 0 0 45 14 75 71 110
Binary 11011111 11100000 10001110 0 0 100101 1100 111101 111001 1001000

Color Harmonies of #DFE08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE08E

Black with #DFE08E

Text Example


Text Example

White with #DFE08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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