#DFD88B

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

Shades of Primrose #DFD88B

Tints of Primrose #DFD88B

Color information

#DFD88B (or 0xDFD88B) is unknown color: approx Primrose. HEX triplet: DF, D8 and 8B. RGB value is (223,216,139). Sum of RGB (Red+Green+Blue) = 223+216+139=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD88B is #202774. Grayscale: #D1D1D1. Windows color (decimal): -2107253 or 9165023. OLE color: 9165023.

HSL color Cylindrical-coordinate representation of color #DFD88B: hue angle of 55º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFD88B is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223216139-
CMYK00.030.380.13
HSL55º56.76%70.98%-
HSV(B)55º37.67%87.45%-
XYZ59.6566.6634.15-
YUV209.3288.32137.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 139 (54.69% from 255) = 24.05%
R=38.58%
G=37.37%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321613900.030.380.135556.7670.98
HexDFD88B0326D373947
Octal3373302130346156771107
Binary11011111110110001000101101110011011011101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD88B; }

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

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

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

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

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

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

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

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