#DFD98F

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

Shades of Primrose #DFD98F

Tints of Primrose #DFD98F

Color information

#DFD98F (or 0xDFD98F) is unknown color: approx Primrose. HEX triplet: DF, D9 and 8F. RGB value is (223,217,143). Sum of RGB (Red+Green+Blue) = 223+217+143=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD98F is #202670. Grayscale: #D2D2D2. Windows color (decimal): -2106993 or 9427423. OLE color: 9427423.

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

Color convert

RGB223217143-
CMYK00.030.360.13
HSL55.5º55.56%71.76%-
HSV(B)55.5º35.87%87.45%-
XYZ60.267.335.8-
YUV210.3689.99137.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 217 (85.16% from 255) = 37.22%
BLUE value IS 143 (56.25% from 255) = 24.53%
R=38.25%
G=37.22%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321714300.030.360.1355.555.5671.76
HexDFD98F0324D383848
Octal3373312170344157070110
Binary11011111110110011000111101110010011011110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD98F; }

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

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

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

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

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

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

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

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