#DFD58A

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

Shades of Primrose #DFD58A

Tints of Primrose #DFD58A

Color information

#DFD58A (or 0xDFD58A) is unknown color: approx Primrose. HEX triplet: DF, D5 and 8A. RGB value is (223,213,138). Sum of RGB (Red+Green+Blue) = 223+213+138=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD58A is #202A75. Grayscale: #CFCFCF. Windows color (decimal): -2108022 or 9098719. OLE color: 9098719.

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

Color convert

RGB223213138-
CMYK00.040.380.13
HSL52.94º57.05%70.78%-
HSV(B)52.94º38.12%87.45%-
XYZ58.8165.1133.51-
YUV207.4488.81139.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 138 (54.30% from 255) = 24.04%
R=38.85%
G=37.11%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321313800.040.380.1352.9457.0570.78
HexDFD58A0426D353947
Octal3373252120446156571107
Binary110111111101010110001010010010011011011101011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD58A; }

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

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

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

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

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

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

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

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