#DFE28B

Color #DFE28B Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DFE28B

Tints of Primrose #DFE28B

Color information

#DFE28B (or 0xDFE28B) is unknown color: approx Primrose. HEX triplet: DF, E2 and 8B. RGB value is (223,226,139). Sum of RGB (Red+Green+Blue) = 223+226+139=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 139 (54.69% from 255 or 23.64% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE28B is #201D74. Grayscale: #D7D7D7. Windows color (decimal): -2104693 or 9167583. OLE color: 9167583.

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

Color convert

RGB223226139-
CMYK0.0100.380.11
HSL62.07º60%71.57%-
HSV(B)62.07º38.5%88.63%-
XYZ62.2971.9435.03-
YUV215.1885.01133.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 226 (88.67% from 255) = 38.44%
BLUE value IS 139 (54.69% from 255) = 23.64%
R=37.93%
G=38.44%
B=23.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261390.0100.380.1162.076071.57
HexDFE28B1026B3e3c48
Octal3373422131046137674110
Binary1101111111100010100010111010011010111111101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE28B; }

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

 H1.HeaderClassName
 {
   color: #DFE28B;
 }
 .AnyTagClassName
 {
   color: #DFE28B;
 }
</style>
background-color css

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

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

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

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

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

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