#DFD38D

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

Shades of Primrose #DFD38D

Tints of Primrose #DFD38D

Color information

#DFD38D (or 0xDFD38D) is unknown color: approx Primrose. HEX triplet: DF, D3 and 8D. RGB value is (223,211,141). Sum of RGB (Red+Green+Blue) = 223+211+141=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD38D is #202C72. Grayscale: #CECECE. Windows color (decimal): -2108531 or 9294815. OLE color: 9294815.

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

Color convert

RGB223211141-
CMYK00.050.370.13
HSL51.22º56.16%71.37%-
HSV(B)51.22º36.77%87.45%-
XYZ58.5364.234.51-
YUV206.6190.98139.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=38.78%
G=36.70%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321114100.050.370.1351.2256.1671.37
HexDFD38D0525D333847
Octal3373232150545156370107
Binary110111111101001110001101010110010111011100111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD38D; }

 p { color: rgb(223,211,141); }

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

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

 a { background-color: rgb(223,211,141); }

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

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

 span { border-color: rgb(223,211,141); }

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