#D7D58D

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

Shades of Primrose #D7D58D

Tints of Primrose #D7D58D

Color information

#D7D58D (or 0xD7D58D) is unknown color: approx Primrose. HEX triplet: D7, D5 and 8D. RGB value is (215,213,141). Sum of RGB (Red+Green+Blue) = 215+213+141=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D58D is #282A72. Grayscale: #CDCDCD. Windows color (decimal): -2632307 or 9295319. OLE color: 9295319.

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

Color convert

RGB215213141-
CMYK00.010.340.16
HSL58.38º48.05%69.8%-
HSV(B)58.38º34.42%84.31%-
XYZ56.6363.9634.56-
YUV205.3991.66134.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.79%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 141 (55.47% from 255) = 24.78%
R=37.79%
G=37.43%
B=24.78%

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
Decimal21521314100.010.340.1658.3848.0569.8
HexD7D58D0122103a3046
Octal3273252150142207260106
Binary11010111110101011000110101100010100001110101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D58D; }

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

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

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

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

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

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

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

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