#D8D892

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

Shades of Primrose #D8D892

Tints of Primrose #D8D892

Color information

#D8D892 (or 0xD8D892) is unknown color: approx Primrose. HEX triplet: D8, D8 and 92. RGB value is (216,216,146). Sum of RGB (Red+Green+Blue) = 216+216+146=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D892 is #27276D. Grayscale: #D0D0D0. Windows color (decimal): -2565998 or 9623768. OLE color: 9623768.

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

Color convert

RGB216216146-
CMYK000.320.15
HSL60º47.3%70.98%-
HSV(B)60º32.41%84.71%-
XYZ58.0665.7936.83-
YUV208.0293133.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 216 (84.77% from 255) = 37.37%
BLUE value IS 146 (57.42% from 255) = 25.26%
R=37.37%
G=37.37%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216146000.320.156047.370.98
HexD8D8920020F3c2f47
Octal3303302220040177457107
Binary1101100011011000100100100010000011111111001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D892; }

 p { color: rgb(216,216,146); }

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

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

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

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

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

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

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