#DBDC8D

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

Shades of Primrose #DBDC8D

Tints of Primrose #DBDC8D

Color information

#DBDC8D (or 0xDBDC8D) is unknown color: approx Primrose. HEX triplet: DB, DC and 8D. RGB value is (219,220,141). Sum of RGB (Red+Green+Blue) = 219+220+141=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC8D is #242372. Grayscale: #D3D3D3. Windows color (decimal): -2368371 or 9297115. OLE color: 9297115.

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

Color convert

RGB219220141-
CMYK0.0000.360.14
HSL60.76º53.02%70.78%-
HSV(B)60.76º35.91%86.27%-
XYZ59.6168.1735.22-
YUV210.788.67133.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=37.76%
G=37.93%
B=24.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201410.0000.360.1460.7653.0270.78
HexDBDC8D0024E3d3547
Octal3333342150044167565107
Binary1101101111011100100011010010010011101111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDC8D; }

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

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

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

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

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

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

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

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