#DFDC9B

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

Shades of Primrose #DFDC9B

Tints of Primrose #DFDC9B

Color information

#DFDC9B (or 0xDFDC9B) is unknown color: approx Primrose. HEX triplet: DF, DC and 9B. RGB value is (223,220,155). Sum of RGB (Red+Green+Blue) = 223+220+155=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC9B is #202364. Grayscale: #D5D5D5. Windows color (decimal): -2106213 or 10214623. OLE color: 10214623.

HSL color Cylindrical-coordinate representation of color #DFDC9B: hue angle of 57.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFDC9B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223220155-
CMYK00.010.300.13
HSL57.35º51.52%74.12%-
HSV(B)57.35º30.49%87.45%-
XYZ61.9469.2441.11-
YUV213.4994.99134.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 155 (60.94% from 255) = 25.92%
R=37.29%
G=36.79%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322015500.010.300.1357.3551.5274.12
HexDFDC9B011ED39344a
Octal3373342330136157164112
Binary110111111101110010011011011111011011110011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC9B; }

 p { color: rgb(223,220,155); }

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

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

 a { background-color: rgb(223,220,155); }

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

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

 span { border-color: rgb(223,220,155); }

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