#DBD48D

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

Shades of Primrose #DBD48D

Tints of Primrose #DBD48D

Color information

#DBD48D (or 0xDBD48D) is unknown color: approx Primrose. HEX triplet: DB, D4 and 8D. RGB value is (219,212,141). Sum of RGB (Red+Green+Blue) = 219+212+141=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD48D is #242B72. Grayscale: #CECECE. Windows color (decimal): -2370419 or 9295067. OLE color: 9295067.

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

Color convert

RGB219212141-
CMYK00.030.360.14
HSL54.62º52%70.59%-
HSV(B)54.62º35.62%85.88%-
XYZ57.5664.0734.53-
YUV20691.32137.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 212 (83.20% from 255) = 37.06%
BLUE value IS 141 (55.47% from 255) = 24.65%
R=38.29%
G=37.06%
B=24.65%

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
Decimal21921214100.030.360.1454.625270.59
HexDBD48D0324E373447
Octal3333242150344166764107
Binary11011011110101001000110101110010011101101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD48D; }

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

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

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

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

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

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

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

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