#D8D593

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

Shades of Primrose #D8D593

Tints of Primrose #D8D593

Color information

#D8D593 (or 0xD8D593) is unknown color: approx Primrose. HEX triplet: D8, D5 and 93. RGB value is (216,213,147). Sum of RGB (Red+Green+Blue) = 216+213+147=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D593 is #272A6C. Grayscale: #CECECE. Windows color (decimal): -2566765 or 9688536. OLE color: 9688536.

HSL color Cylindrical-coordinate representation of color #D8D593: hue angle of 57.39º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8D593 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216213147-
CMYK00.010.320.15
HSL57.39º46.94%71.18%-
HSV(B)57.39º31.94%84.71%-
XYZ57.3864.2936.99-
YUV206.3794.49134.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 147 (57.81% from 255) = 25.52%
R=37.5%
G=36.98%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621314700.010.320.1557.3946.9471.18
HexD8D5930120F392f47
Octal3303252230140177157107
Binary1101100011010101100100110110000011111110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D593; }

 p { color: rgb(216,213,147); }

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

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

 a { background-color: rgb(216,213,147); }

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

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

 span { border-color: rgb(216,213,147); }

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