#DBDA83

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

Shades of Primrose #DBDA83

Tints of Primrose #DBDA83

Color information

#DBDA83 (or 0xDBDA83) is unknown color: approx Primrose. HEX triplet: DB, DA and 83. RGB value is (219,218,131). Sum of RGB (Red+Green+Blue) = 219+218+131=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA83 is #24257C. Grayscale: #D0D0D0. Windows color (decimal): -2368893 or 8641243. OLE color: 8641243.

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

Color convert

RGB219218131-
CMYK00.000.400.14
HSL59.32º55%68.63%-
HSV(B)59.32º40.18%85.88%-
XYZ58.3866.8431.3-
YUV208.3884.33135.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 218 (85.55% from 255) = 38.38%
BLUE value IS 131 (51.56% from 255) = 23.06%
R=38.56%
G=38.38%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921813100.000.400.1459.325568.63
HexDBDA830028E3b3745
Octal3333322030050167367105
Binary1101101111011010100000110010100011101110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA83; }

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

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

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

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

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

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

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

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