#DBD58D

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

Shades of Primrose #DBD58D

Tints of Primrose #DBD58D

Color information

#DBD58D (or 0xDBD58D) is unknown color: approx Primrose. HEX triplet: DB, D5 and 8D. RGB value is (219,213,141). Sum of RGB (Red+Green+Blue) = 219+213+141=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD58D is #242A72. Grayscale: #CECECE. Windows color (decimal): -2370163 or 9295323. OLE color: 9295323.

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

Color convert

RGB219213141-
CMYK00.030.360.14
HSL55.38º52%70.59%-
HSV(B)55.38º35.62%85.88%-
XYZ57.8264.5734.62-
YUV206.5990.99136.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 213 (83.59% from 255) = 37.17%
BLUE value IS 141 (55.47% from 255) = 24.61%
R=38.22%
G=37.17%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921314100.030.360.1455.385270.59
HexDBD58D0324E373447
Octal3333252150344166764107
Binary11011011110101011000110101110010011101101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD58D; }

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

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

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

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

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

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

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

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