#DBD38C

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

Shades of Primrose #DBD38C

Tints of Primrose #DBD38C

Color information

#DBD38C (or 0xDBD38C) is unknown color: approx Primrose. HEX triplet: DB, D3 and 8C. RGB value is (219,211,140). Sum of RGB (Red+Green+Blue) = 219+211+140=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD38C is #242C73. Grayscale: #CDCDCD. Windows color (decimal): -2370676 or 9229275. OLE color: 9229275.

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

Color convert

RGB219211140-
CMYK00.040.360.14
HSL53.92º52.32%70.39%-
HSV(B)53.92º36.07%85.88%-
XYZ57.2463.5434.06-
YUV205.391.15137.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 211 (82.81% from 255) = 37.02%
BLUE value IS 140 (55.08% from 255) = 24.56%
R=38.42%
G=37.02%
B=24.56%

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
Decimal21921114000.040.360.1453.9252.3270.39
HexDBD38C0424E363446
Octal3333232140444166664106
Binary110110111101001110001100010010010011101101101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD38C; }

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

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

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

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

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

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

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

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