#DBD38D

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

Shades of Primrose #DBD38D

Tints of Primrose #DBD38D

Color information

#DBD38D (or 0xDBD38D) is unknown color: approx Primrose. HEX triplet: DB, D3 and 8D. RGB value is (219,211,141). Sum of RGB (Red+Green+Blue) = 219+211+141=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD38D is #242C72. Grayscale: #CDCDCD. Windows color (decimal): -2370675 or 9294811. OLE color: 9294811.

HSL color Cylindrical-coordinate representation of color #DBD38D: hue angle of 53.85º 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 #DBD38D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219211141-
CMYK00.040.360.14
HSL53.85º52%70.59%-
HSV(B)53.85º35.62%85.88%-
XYZ57.3263.5734.45-
YUV205.4191.65137.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 211 (82.81% from 255) = 36.95%
BLUE value IS 141 (55.47% from 255) = 24.69%
R=38.35%
G=36.95%
B=24.69%

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
Decimal21921114100.040.360.1453.855270.59
HexDBD38D0424E363447
Octal3333232150444166664107
Binary110110111101001110001101010010010011101101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD38D; }

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

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

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

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

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

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

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

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