#DFD48A

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

Shades of Primrose #DFD48A

Tints of Primrose #DFD48A

Color information

#DFD48A (or 0xDFD48A) is unknown color: approx Primrose. HEX triplet: DF, D4 and 8A. RGB value is (223,212,138). Sum of RGB (Red+Green+Blue) = 223+212+138=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD48A is #202B75. Grayscale: #CFCFCF. Windows color (decimal): -2108278 or 9098463. OLE color: 9098463.

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

Color convert

RGB223212138-
CMYK00.050.380.13
HSL52.24º57.05%70.78%-
HSV(B)52.24º38.12%87.45%-
XYZ58.5664.6133.43-
YUV206.8589.14139.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=38.92%
G=37.00%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321213800.050.380.1352.2457.0570.78
HexDFD48A0526D343947
Octal3373242120546156471107
Binary110111111101010010001010010110011011011101001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD48A; }

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

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

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

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

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

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

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

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