#D9D794

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

Shades of Primrose #D9D794

Tints of Primrose #D9D794

Color information

#D9D794 (or 0xD9D794) is unknown color: approx Primrose. HEX triplet: D9, D7 and 94. RGB value is (217,215,148). Sum of RGB (Red+Green+Blue) = 217+215+148=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D794 is #26286B. Grayscale: #D0D0D0. Windows color (decimal): -2500716 or 9754585. OLE color: 9754585.

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

Color convert

RGB217215148-
CMYK00.010.320.15
HSL58.26º47.59%71.57%-
HSV(B)58.26º31.8%85.1%-
XYZ58.2665.4937.59-
YUV207.9694.16134.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 215 (84.38% from 255) = 37.07%
BLUE value IS 148 (58.20% from 255) = 25.52%
R=37.41%
G=37.07%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721514800.010.320.1558.2647.5971.57
HexD9D7940120F3a3048
Octal3313272240140177260110
Binary1101100111010111100101000110000011111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D794; }

 p { color: rgb(217,215,148); }

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

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

 a { background-color: rgb(217,215,148); }

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

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

 span { border-color: rgb(217,215,148); }

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