#DBD88A

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

Shades of Primrose #DBD88A

Tints of Primrose #DBD88A

Color information

#DBD88A (or 0xDBD88A) is unknown color: approx Primrose. HEX triplet: DB, D8 and 8A. RGB value is (219,216,138). Sum of RGB (Red+Green+Blue) = 219+216+138=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD88A is #242775. Grayscale: #D0D0D0. Windows color (decimal): -2369398 or 9099483. OLE color: 9099483.

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

Color convert

RGB219216138-
CMYK00.010.370.14
HSL57.78º52.94%70%-
HSV(B)57.78º36.99%85.88%-
XYZ58.3666.0133.71-
YUV20888.49135.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=38.22%
G=37.70%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921613800.010.370.1457.7852.9470
HexDBD88A0125E3a3546
Octal3333302120145167265106
Binary1101101111011000100010100110010111101110101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD88A; }

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

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

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

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

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

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

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

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