#D8D693

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

Shades of Primrose #D8D693

Tints of Primrose #D8D693

Color information

#D8D693 (or 0xD8D693) is unknown color: approx Primrose. HEX triplet: D8, D6 and 93. RGB value is (216,214,147). Sum of RGB (Red+Green+Blue) = 216+214+147=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D693 is #27296C. Grayscale: #CFCFCF. Windows color (decimal): -2566509 or 9688792. OLE color: 9688792.

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

Color convert

RGB216214147-
CMYK00.010.320.15
HSL58.26º46.94%71.18%-
HSV(B)58.26º31.94%84.71%-
XYZ57.6364.837.07-
YUV206.9694.16134.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 147 (57.81% from 255) = 25.48%
R=37.44%
G=37.09%
B=25.48%

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
Decimal21621414700.010.320.1558.2646.9471.18
HexD8D6930120F3a2f47
Octal3303262230140177257107
Binary1101100011010110100100110110000011111110101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D693; }

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

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

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

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

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

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

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

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