#D5DC93

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

Shades of Primrose #D5DC93

Tints of Primrose #D5DC93

Color information

#D5DC93 (or 0xD5DC93) is unknown color: approx Primrose. HEX triplet: D5, DC and 93. RGB value is (213,220,147). Sum of RGB (Red+Green+Blue) = 213+220+147=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DC93 is #2A236C. Grayscale: #D1D1D1. Windows color (decimal): -2761581 or 9690325. OLE color: 9690325.

HSL color Cylindrical-coordinate representation of color #D5DC93: hue angle of 65.75º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5DC93 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB213220147-
CMYK0.0300.330.14
HSL65.75º51.05%71.96%-
HSV(B)65.75º33.18%86.27%-
XYZ58.367.4437.55-
YUV209.5892.68130.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 147 (57.81% from 255) = 25.34%
R=36.72%
G=37.93%
B=25.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132201470.0300.330.1465.7551.0571.96
HexD5DC933021E423348
Octal32533422330411610263110
Binary110101011101110010010011110100001111010000101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DC93; }

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

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

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

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

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

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

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

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