#DFD98A

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

Shades of Primrose #DFD98A

Tints of Primrose #DFD98A

Color information

#DFD98A (or 0xDFD98A) is unknown color: approx Primrose. HEX triplet: DF, D9 and 8A. RGB value is (223,217,138). Sum of RGB (Red+Green+Blue) = 223+217+138=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD98A is #202675. Grayscale: #D2D2D2. Windows color (decimal): -2106998 or 9099743. OLE color: 9099743.

HSL color Cylindrical-coordinate representation of color #DFD98A: hue angle of 55.76º 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 #DFD98A is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223217138-
CMYK00.030.380.13
HSL55.76º57.05%70.78%-
HSV(B)55.76º38.12%87.45%-
XYZ59.8367.1533.85-
YUV209.7987.49137.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 138 (54.30% from 255) = 23.88%
R=38.58%
G=37.54%
B=23.88%

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
Decimal22321713800.030.380.1355.7657.0570.78
HexDFD98A0326D383947
Octal3373312120346157071107
Binary11011111110110011000101001110011011011110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD98A; }

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

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

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

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

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

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

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

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