#D9D28D

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

Shades of Primrose #D9D28D

Tints of Primrose #D9D28D

Color information

#D9D28D (or 0xD9D28D) is unknown color: approx Primrose. HEX triplet: D9, D2 and 8D. RGB value is (217,210,141). Sum of RGB (Red+Green+Blue) = 217+210+141=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D28D is #262D72. Grayscale: #CCCCCC. Windows color (decimal): -2502003 or 9294553. OLE color: 9294553.

HSL color Cylindrical-coordinate representation of color #D9D28D: hue angle of 54.47º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9D28D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217210141-
CMYK00.030.350.15
HSL54.47º50%70.2%-
HSV(B)54.47º35.02%85.1%-
XYZ56.4762.7734.34-
YUV204.2392.32137.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 210 (82.42% from 255) = 36.97%
BLUE value IS 141 (55.47% from 255) = 24.82%
R=38.20%
G=36.97%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721014100.030.350.1554.475070.2
HexD9D28D0323F363246
Octal3313222150343176662106
Binary11011001110100101000110101110001111111101101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D28D; }

 p { color: rgb(217,210,141); }

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

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

 a { background-color: rgb(217,210,141); }

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

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

 span { border-color: rgb(217,210,141); }

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