Html Css Color HEX #DFE28A Primrose

📋 copy color: '#DFE28A'

red 223 ◦ green 226 ◦ blue 138

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

Shades of Primrose #DFE28A

Tints of Primrose #DFE28A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.5%

 BLUE value IS 138 (54.3% from 255) = 23.51%

R = 37.99%
G = 38.5%
B = 23.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#DFE28A (or 0xDFE28A) is known color: Primrose. HEX triplet: DF, E2 and 8A. RGB value is (223,226,138). Sum of RGB (Red+Green+Blue) = 223+226+138=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE28A is #201D75. Grayscale: #D7D7D7. Windows color (decimal): -2104694 or 9102047. OLE color: 9102047.

HSL color Cylindrical-coordinate representation of color #DFE28A: hue angle of 62.05º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFE28A is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 226 138 -
CMYK 0.01 0 0.39 0.11
HSL 62.05º 0.6% 0.71% -
HSV(B) 62.05º 0.39% 0.89% -
XYZ 62.22 71.92 34.65 -
YUV 215.07 84.51 133.66 -
System Red Green Blue C M Y K H S L
Decimal 223 226 138 0.01 0 0.39 0.11 62.05 0.6 0.71
Hex DF E2 8A 1 0 27 B 3E 3C 47
Octal 337 342 212 1 0 47 13 76 74 107
Binary 11011111 11100010 10001010 1 0 100111 1011 111110 111100 1000111

Color Harmonies of #DFE28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE28A

Black with #DFE28A

Text Example


Text Example

White with #DFE28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE28A; }

 p { color: rgb(223,226,138); }

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

background-color css

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

 a { background-color: rgb(223,226,138); }

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

border-color css

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

 span { border-color: rgb(223,226,138); }

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