#DBD78A

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

Shades of Primrose #DBD78A

Tints of Primrose #DBD78A

Color information

#DBD78A (or 0xDBD78A) is unknown color: approx Primrose. HEX triplet: DB, D7 and 8A. RGB value is (219,215,138). Sum of RGB (Red+Green+Blue) = 219+215+138=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD78A is #242875. Grayscale: #CFCFCF. Windows color (decimal): -2369654 or 9099227. OLE color: 9099227.

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

Color convert

RGB219215138-
CMYK00.020.370.14
HSL57.04º52.94%70%-
HSV(B)57.04º36.99%85.88%-
XYZ58.165.533.62-
YUV207.4288.83136.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=38.29%
G=37.59%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921513800.020.370.1457.0452.9470
HexDBD78A0225E393546
Octal3333272120245167165106
Binary11011011110101111000101001010010111101110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD78A; }

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

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

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

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

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

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

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

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