#DBD58B

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

Shades of Primrose #DBD58B

Tints of Primrose #DBD58B

Color information

#DBD58B (or 0xDBD58B) is unknown color: approx Primrose. HEX triplet: DB, D5 and 8B. RGB value is (219,213,139). Sum of RGB (Red+Green+Blue) = 219+213+139=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD58B is #242A74. Grayscale: #CECECE. Windows color (decimal): -2370165 or 9164251. OLE color: 9164251.

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

Color convert

RGB219213139-
CMYK00.030.370.14
HSL55.5º52.63%70.2%-
HSV(B)55.5º36.53%85.88%-
XYZ57.6764.5133.84-
YUV206.3689.99137.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 139 (54.69% from 255) = 24.34%
R=38.35%
G=37.30%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921313900.030.370.1455.552.6370.2
HexDBD58B0325E383546
Octal3333252130345167065106
Binary11011011110101011000101101110010111101110001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD58B; }

 p { color: rgb(219,213,139); }

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

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

 a { background-color: rgb(219,213,139); }

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

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

 span { border-color: rgb(219,213,139); }

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