#DFDC8A

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

Shades of Primrose #DFDC8A

Tints of Primrose #DFDC8A

Color information

#DFDC8A (or 0xDFDC8A) is unknown color: approx Primrose. HEX triplet: DF, DC and 8A. RGB value is (223,220,138). Sum of RGB (Red+Green+Blue) = 223+220+138=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC8A is #202375. Grayscale: #D3D3D3. Windows color (decimal): -2106230 or 9100511. OLE color: 9100511.

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

Color convert

RGB223220138-
CMYK00.010.380.13
HSL57.88º57.05%70.78%-
HSV(B)57.88º38.12%87.45%-
XYZ60.6168.7134.11-
YUV211.5586.49136.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.38%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=38.38%
G=37.87%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322013800.010.380.1357.8857.0570.78
HexDFDC8A0126D3a3947
Octal3373342120146157271107
Binary1101111111011100100010100110011011011110101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC8A; }

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

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

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

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

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

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

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

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