#DFD58B

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

Shades of Primrose #DFD58B

Tints of Primrose #DFD58B

Color information

#DFD58B (or 0xDFD58B) is unknown color: approx Primrose. HEX triplet: DF, D5 and 8B. RGB value is (223,213,139). Sum of RGB (Red+Green+Blue) = 223+213+139=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD58B is #202A74. Grayscale: #CFCFCF. Windows color (decimal): -2108021 or 9164255. OLE color: 9164255.

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

Color convert

RGB223213139-
CMYK00.040.380.13
HSL52.86º56.76%70.98%-
HSV(B)52.86º37.67%87.45%-
XYZ58.8965.1433.9-
YUV207.5589.31139.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 139 (54.69% from 255) = 24.17%
R=38.78%
G=37.04%
B=24.17%

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
Decimal22321313900.040.380.1352.8656.7670.98
HexDFD58B0426D353947
Octal3373252130446156571107
Binary110111111101010110001011010010011011011101011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD58B; }

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

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

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

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

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

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

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

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