#DFE08B

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

Shades of Primrose #DFE08B

Tints of Primrose #DFE08B

Color information

#DFE08B (or 0xDFE08B) is unknown color: approx Primrose. HEX triplet: DF, E0 and 8B. RGB value is (223,224,139). Sum of RGB (Red+Green+Blue) = 223+224+139=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08B is #201F74. Grayscale: #D6D6D6. Windows color (decimal): -2105205 or 9167071. OLE color: 9167071.

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

Color convert

RGB223224139-
CMYK0.0000.380.12
HSL60.71º57.82%71.18%-
HSV(B)60.71º37.95%87.84%-
XYZ61.7570.8634.85-
YUV214.0185.67134.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.05%
GREEN value IS 224 (87.89% from 255) = 38.23%
BLUE value IS 139 (54.69% from 255) = 23.72%
R=38.05%
G=38.23%
B=23.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241390.0000.380.1260.7157.8271.18
HexDFE08B0026C3d3a47
Octal3373402130046147572107
Binary1101111111100000100010110010011011001111011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE08B; }

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

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

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

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

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

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

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

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