Html Css Color HEX #DFE08F Primrose

📋 copy color: '#DFE08F'

red 223 ◦ green 224 ◦ blue 143

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

Shades of Primrose #DFE08F

Tints of Primrose #DFE08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.24%

R = 37.8%
G = 37.97%
B = 24.24%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DFE08F (or 0xDFE08F) is known color: Primrose. HEX triplet: DF, E0 and 8F. RGB value is (223,224,143). Sum of RGB (Red+Green+Blue) = 223+224+143=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08F is #201F70. Grayscale: #D6D6D6. Windows color (decimal): -2105201 or 9429215. OLE color: 9429215.

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

Color convert

RGB 223 224 143 -
CMYK 0.00 0 0.36 0.12
HSL 60.74º 0.57% 0.72% -
HSV(B) 60.74º 0.36% 0.88% -
XYZ 62.05 70.98 36.42 -
YUV 214.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 223 224 143 0.00 0 0.36 0.12 60.74 0.57 0.72
Hex DF E0 8F 0 0 24 C 3D 39 48
Octal 337 340 217 0 0 44 14 75 71 110
Binary 11011111 11100000 10001111 0 0 100100 1100 111101 111001 1001000

Color Harmonies of #DFE08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE08F

Black with #DFE08F

Text Example


Text Example

White with #DFE08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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