#DBDB8A

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

Shades of Primrose #DBDB8A

Tints of Primrose #DBDB8A

Color information

#DBDB8A (or 0xDBDB8A) is unknown color: approx Primrose. HEX triplet: DB, DB and 8A. RGB value is (219,219,138). Sum of RGB (Red+Green+Blue) = 219+219+138=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB8A is #242475. Grayscale: #D2D2D2. Windows color (decimal): -2368630 or 9100251. OLE color: 9100251.

HSL color Cylindrical-coordinate representation of color #DBDB8A: hue angle of 60º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBDB8A is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219219138-
CMYK000.370.14
HSL60º52.94%70%-
HSV(B)60º36.99%85.88%-
XYZ59.1367.5633.97-
YUV209.7787.5134.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 138 (54.30% from 255) = 23.96%
R=38.02%
G=38.02%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219138000.370.146052.9470
HexDBDB8A0025E3c3546
Octal3333332120045167465106
Binary1101101111011011100010100010010111101111001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDB8A; }

 p { color: rgb(219,219,138); }

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

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

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

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

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

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

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