#DBD48E

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

Shades of Primrose #DBD48E

Tints of Primrose #DBD48E

Color information

#DBD48E (or 0xDBD48E) is unknown color: approx Primrose. HEX triplet: DB, D4 and 8E. RGB value is (219,212,142). Sum of RGB (Red+Green+Blue) = 219+212+142=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD48E is #242B71. Grayscale: #CECECE. Windows color (decimal): -2370418 or 9360603. OLE color: 9360603.

HSL color Cylindrical-coordinate representation of color #DBD48E: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBD48E is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219212142-
CMYK00.030.350.14
HSL54.55º51.68%70.78%-
HSV(B)54.55º35.16%85.88%-
XYZ57.6464.134.93-
YUV206.1191.82137.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 142 (55.86% from 255) = 24.78%
R=38.22%
G=37.00%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921214200.030.350.1454.5551.6870.78
HexDBD48E0323E373447
Octal3333242160343166764107
Binary11011011110101001000111001110001111101101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD48E; }

 p { color: rgb(219,212,142); }

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

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

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

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

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

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

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