#D9D692

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

Shades of Primrose #D9D692

Tints of Primrose #D9D692

Color information

#D9D692 (or 0xD9D692) is unknown color: approx Primrose. HEX triplet: D9, D6 and 92. RGB value is (217,214,146). Sum of RGB (Red+Green+Blue) = 217+214+146=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D692 is #26296D. Grayscale: #CFCFCF. Windows color (decimal): -2500974 or 9623257. OLE color: 9623257.

HSL color Cylindrical-coordinate representation of color #D9D692: hue angle of 57.46º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9D692 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217214146-
CMYK00.010.330.15
HSL57.46º48.3%71.18%-
HSV(B)57.46º32.72%85.1%-
XYZ57.8564.9236.68-
YUV207.1493.49135.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 146 (57.42% from 255) = 25.30%
R=37.61%
G=37.09%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721414600.010.330.1557.4648.371.18
HexD9D6920121F393047
Octal3313262220141177160107
Binary1101100111010110100100100110000111111110011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D692; }

 p { color: rgb(217,214,146); }

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

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

 a { background-color: rgb(217,214,146); }

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

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

 span { border-color: rgb(217,214,146); }

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