#D7D48D

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

Shades of Primrose #D7D48D

Tints of Primrose #D7D48D

Color information

#D7D48D (or 0xD7D48D) is unknown color: approx Primrose. HEX triplet: D7, D4 and 8D. RGB value is (215,212,141). Sum of RGB (Red+Green+Blue) = 215+212+141=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D48D is #282B72. Grayscale: #CDCDCD. Windows color (decimal): -2632563 or 9295063. OLE color: 9295063.

HSL color Cylindrical-coordinate representation of color #D7D48D: hue angle of 57.57º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7D48D is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215212141-
CMYK00.010.340.16
HSL57.57º48.05%69.8%-
HSV(B)57.57º34.42%84.31%-
XYZ56.3863.4634.48-
YUV204.891.99135.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=37.85%
G=37.32%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521214100.010.340.1657.5748.0569.8
HexD7D48D0122103a3046
Octal3273242150142207260106
Binary11010111110101001000110101100010100001110101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D48D; }

 p { color: rgb(215,212,141); }

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

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

 a { background-color: rgb(215,212,141); }

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

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

 span { border-color: rgb(215,212,141); }

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