#DBD38E

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

Shades of Primrose #DBD38E

Tints of Primrose #DBD38E

Color information

#DBD38E (or 0xDBD38E) is unknown color: approx Primrose. HEX triplet: DB, D3 and 8E. RGB value is (219,211,142). Sum of RGB (Red+Green+Blue) = 219+211+142=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD38E is #242C71. Grayscale: #CDCDCD. Windows color (decimal): -2370674 or 9360347. OLE color: 9360347.

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

Color convert

RGB219211142-
CMYK00.040.350.14
HSL53.77º51.68%70.78%-
HSV(B)53.77º35.16%85.88%-
XYZ57.3963.634.84-
YUV205.5392.15137.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 211 (82.81% from 255) = 36.89%
BLUE value IS 142 (55.86% from 255) = 24.83%
R=38.29%
G=36.89%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921114200.040.350.1453.7751.6870.78
HexDBD38E0423E363447
Octal3333232160443166664107
Binary110110111101001110001110010010001111101101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD38E; }

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

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

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

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

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

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

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

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