#DBD28D

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

Shades of Primrose #DBD28D

Tints of Primrose #DBD28D

Color information

#DBD28D (or 0xDBD28D) is unknown color: approx Primrose. HEX triplet: DB, D2 and 8D. RGB value is (219,210,141). Sum of RGB (Red+Green+Blue) = 219+210+141=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD28D is #242D72. Grayscale: #CDCDCD. Windows color (decimal): -2370931 or 9294555. OLE color: 9294555.

HSL color Cylindrical-coordinate representation of color #DBD28D: hue angle of 53.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBD28D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219210141-
CMYK00.040.360.14
HSL53.08º52%70.59%-
HSV(B)53.08º35.62%85.88%-
XYZ57.0763.0834.37-
YUV204.8291.98138.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 141 (55.47% from 255) = 24.74%
R=38.42%
G=36.84%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921014100.040.360.1453.085270.59
HexDBD28D0424E353447
Octal3333222150444166564107
Binary110110111101001010001101010010010011101101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD28D; }

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

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

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

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

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

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

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

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