Html Css Color HEX #DFE08D Primrose

📋 copy color: '#DFE08D'

red 223 ◦ green 224 ◦ blue 141

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

Shades of Primrose #DFE08D

Tints of Primrose #DFE08D

RGB

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

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

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

R = 37.93%
G = 38.1%
B = 23.98%

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

#DFE08D (or 0xDFE08D) is known color: Primrose. HEX triplet: DF, E0 and 8D. RGB value is (223,224,141). Sum of RGB (Red+Green+Blue) = 223+224+141=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08D is #201F72. Grayscale: #D6D6D6. Windows color (decimal): -2105203 or 9298143. OLE color: 9298143.

HSL color Cylindrical-coordinate representation of color #DFE08D: hue angle of 60.72º 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 #DFE08D is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 141 -
CMYK 0.00 0 0.37 0.12
HSL 60.72º 0.57% 0.72% -
HSV(B) 60.72º 0.37% 0.88% -
XYZ 61.89 70.92 35.63 -
YUV 214.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 223 224 141 0.00 0 0.37 0.12 60.72 0.57 0.72
Hex DF E0 8D 0 0 25 C 3D 39 48
Octal 337 340 215 0 0 45 14 75 71 110
Binary 11011111 11100000 10001101 0 0 100101 1100 111101 111001 1001000

Color Harmonies of #DFE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE08D

Black with #DFE08D

Text Example


Text Example

White with #DFE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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