#D8D798

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

Shades of Primrose #D8D798

Tints of Primrose #D8D798

Color information

#D8D798 (or 0xD8D798) is unknown color: approx Primrose. HEX triplet: D8, D7 and 98. RGB value is (216,215,152). Sum of RGB (Red+Green+Blue) = 216+215+152=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D798 is #272867. Grayscale: #D0D0D0. Windows color (decimal): -2566248 or 10016728. OLE color: 10016728.

HSL color Cylindrical-coordinate representation of color #D8D798: hue angle of 59.06º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8D798 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216215152-
CMYK00.000.300.15
HSL59.06º45.07%72.16%-
HSV(B)59.06º29.63%84.71%-
XYZ58.2965.4739.27-
YUV208.1296.33133.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.05%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 152 (59.77% from 255) = 26.07%
R=37.05%
G=36.88%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621515200.000.300.1559.0645.0772.16
HexD8D798001EF3b2d48
Octal3303272300036177355110
Binary110110001101011110011000001111011111110111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D798; }

 p { color: rgb(216,215,152); }

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

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

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

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

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

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

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