#DBD983

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

Shades of Primrose #DBD983

Tints of Primrose #DBD983

Color information

#DBD983 (or 0xDBD983) is unknown color: approx Primrose. HEX triplet: DB, D9 and 83. RGB value is (219,217,131). Sum of RGB (Red+Green+Blue) = 219+217+131=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD983 is #24267C. Grayscale: #D0D0D0. Windows color (decimal): -2369149 or 8640987. OLE color: 8640987.

HSL color Cylindrical-coordinate representation of color #DBD983: hue angle of 58.64º degrees, saturation: 0.55, 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 #DBD983 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB219217131-
CMYK00.010.400.14
HSL58.64º55%68.63%-
HSV(B)58.64º40.18%85.88%-
XYZ58.1266.3231.21-
YUV207.7984.66135.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 217 (85.16% from 255) = 38.27%
BLUE value IS 131 (51.56% from 255) = 23.10%
R=38.62%
G=38.27%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921713100.010.400.1458.645568.63
HexDBD9830128E3b3745
Octal3333312030150167367105
Binary1101101111011001100000110110100011101110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD983; }

 p { color: rgb(219,217,131); }

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

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

 a { background-color: rgb(219,217,131); }

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

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

 span { border-color: rgb(219,217,131); }

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