#DBDA94

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

Shades of Primrose #DBDA94

Tints of Primrose #DBDA94

Color information

#DBDA94 (or 0xDBDA94) is unknown color: approx Primrose. HEX triplet: DB, DA and 94. RGB value is (219,218,148). Sum of RGB (Red+Green+Blue) = 219+218+148=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA94 is #24256B. Grayscale: #D2D2D2. Windows color (decimal): -2368876 or 9755355. OLE color: 9755355.

HSL color Cylindrical-coordinate representation of color #DBDA94: hue angle of 59.15º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBDA94 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB219218148-
CMYK00.000.320.14
HSL59.15º49.65%71.96%-
HSV(B)59.15º32.42%85.88%-
XYZ59.6367.3437.87-
YUV210.3292.83134.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=37.44%
G=37.26%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921814800.000.320.1459.1549.6571.96
HexDBDA940020E3b3248
Octal3333322240040167362110
Binary1101101111011010100101000010000011101110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDA94; }

 p { color: rgb(219,218,148); }

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

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

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

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

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

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

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