#DADB91

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

Shades of Primrose #DADB91

Tints of Primrose #DADB91

Color information

#DADB91 (or 0xDADB91) is unknown color: approx Primrose. HEX triplet: DA, DB and 91. RGB value is (218,219,145). Sum of RGB (Red+Green+Blue) = 218+219+145=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 145 (57.03% from 255 or 24.91% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB91 is #25246E. Grayscale: #D2D2D2. Windows color (decimal): -2434159 or 9559002. OLE color: 9559002.

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

Color convert

RGB218219145-
CMYK0.0000.340.14
HSL60.81º50.68%71.37%-
HSV(B)60.81º33.79%85.88%-
XYZ59.3667.6136.71-
YUV210.2691.17133.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 145 (57.03% from 255) = 24.91%
R=37.46%
G=37.63%
B=24.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191450.0000.340.1460.8150.6871.37
HexDADB910022E3d3347
Octal3323332210042167563107
Binary1101101011011011100100010010001011101111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB91; }

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

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

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

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

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

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

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

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