#D7D690

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

Shades of Primrose #D7D690

Tints of Primrose #D7D690

Color information

#D7D690 (or 0xD7D690) is unknown color: approx Primrose. HEX triplet: D7, D6 and 90. RGB value is (215,214,144). Sum of RGB (Red+Green+Blue) = 215+214+144=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D690 is #28296F. Grayscale: #CECECE. Windows color (decimal): -2632048 or 9492183. OLE color: 9492183.

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

Color convert

RGB215214144-
CMYK00.000.330.16
HSL59.15º47.02%70.39%-
HSV(B)59.15º33.02%84.31%-
XYZ57.164.5535.84-
YUV206.3292.83134.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=37.52%
G=37.35%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521414400.000.330.1659.1547.0270.39
HexD7D6900021103b2f46
Octal3273262200041207357106
Binary11010111110101101001000000100001100001110111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D690; }

 p { color: rgb(215,214,144); }

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

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

 a { background-color: rgb(215,214,144); }

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

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

 span { border-color: rgb(215,214,144); }

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