#DBD982

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

Shades of Primrose #DBD982

Tints of Primrose #DBD982

Color information

#DBD982 (or 0xDBD982) is unknown color: approx Primrose. HEX triplet: DB, D9 and 82. RGB value is (219,217,130). Sum of RGB (Red+Green+Blue) = 219+217+130=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD982 is #24267D. Grayscale: #D0D0D0. Windows color (decimal): -2369150 or 8575451. OLE color: 8575451.

HSL color Cylindrical-coordinate representation of color #DBD982: hue angle of 58.65º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBD982 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB219217130-
CMYK00.010.410.14
HSL58.65º55.28%68.43%-
HSV(B)58.65º40.64%85.88%-
XYZ58.0666.330.86-
YUV207.6884.16136.07-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 130 (51.17% from 255) = 22.97%
R=38.69%
G=38.34%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921713000.010.410.1458.6555.2868.43
HexDBD9820129E3b3744
Octal3333312020151167367104
Binary1101101111011001100000100110100111101110111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD982; }

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

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

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

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

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

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

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

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