#DBD58A

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

Shades of Primrose #DBD58A

Tints of Primrose #DBD58A

Color information

#DBD58A (or 0xDBD58A) is unknown color: approx Primrose. HEX triplet: DB, D5 and 8A. RGB value is (219,213,138). Sum of RGB (Red+Green+Blue) = 219+213+138=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD58A is #242A75. Grayscale: #CECECE. Windows color (decimal): -2370166 or 9098715. OLE color: 9098715.

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

Color convert

RGB219213138-
CMYK00.030.370.14
HSL55.56º52.94%70%-
HSV(B)55.56º36.99%85.88%-
XYZ57.664.4833.46-
YUV206.2489.49137.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=38.42%
G=37.37%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921313800.030.370.1455.5652.9470
HexDBD58A0325E383546
Octal3333252120345167065106
Binary11011011110101011000101001110010111101110001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD58A; }

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

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

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

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

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

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

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

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