#DBDC84

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

Shades of Primrose #DBDC84

Tints of Primrose #DBDC84

Color information

#DBDC84 (or 0xDBDC84) is unknown color: approx Primrose. HEX triplet: DB, DC and 84. RGB value is (219,220,132). Sum of RGB (Red+Green+Blue) = 219+220+132=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC84 is #24237B. Grayscale: #D2D2D2. Windows color (decimal): -2368380 or 8707291. OLE color: 8707291.

HSL color Cylindrical-coordinate representation of color #DBDC84: hue angle of 60.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBDC84 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219220132-
CMYK0.0000.400.14
HSL60.68º55.7%69.02%-
HSV(B)60.68º40%86.27%-
XYZ58.9767.9131.83-
YUV209.6784.17134.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 132 (51.95% from 255) = 23.12%
R=38.35%
G=38.53%
B=23.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201320.0000.400.1460.6855.769.02
HexDBDC840028E3d3845
Octal3333342040050167570105
Binary1101101111011100100001000010100011101111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDC84; }

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

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

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

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

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

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

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

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