#D8D48A

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

Shades of Primrose #D8D48A

Tints of Primrose #D8D48A

Color information

#D8D48A (or 0xD8D48A) is unknown color: approx Primrose. HEX triplet: D8, D4 and 8A. RGB value is (216,212,138). Sum of RGB (Red+Green+Blue) = 216+212+138=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D48A is #272B75. Grayscale: #CDCDCD. Windows color (decimal): -2567030 or 9098456. OLE color: 9098456.

HSL color Cylindrical-coordinate representation of color #D8D48A: hue angle of 56.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8D48A is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216212138-
CMYK00.020.360.15
HSL56.92º50%69.41%-
HSV(B)56.92º36.11%84.71%-
XYZ56.4563.5233.33-
YUV204.7690.33136.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 138 (54.30% from 255) = 24.38%
R=38.16%
G=37.46%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621213800.020.360.1556.925069.41
HexD8D48A0224F393245
Octal3303242120244177162105
Binary11011000110101001000101001010010011111110011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D48A; }

 p { color: rgb(216,212,138); }

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

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

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

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

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

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

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