#DADB9A

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

Shades of Primrose #DADB9A

Tints of Primrose #DADB9A

Color information

#DADB9A (or 0xDADB9A) is unknown color: approx Primrose. HEX triplet: DA, DB and 9A. RGB value is (218,219,154). Sum of RGB (Red+Green+Blue) = 218+219+154=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB9A is #252465. Grayscale: #D3D3D3. Windows color (decimal): -2434150 or 10148826. OLE color: 10148826.

HSL color Cylindrical-coordinate representation of color #DADB9A: hue angle of 60.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADB9A is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB218219154-
CMYK0.0000.300.14
HSL60.92º47.45%73.14%-
HSV(B)60.92º29.68%85.88%-
XYZ60.0867.940.51-
YUV211.2995.67132.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=36.89%
G=37.06%
B=26.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191540.0000.300.1460.9247.4573.14
HexDADB9A001EE3d2f49
Octal3323332320036167557111
Binary110110101101101110011010001111011101111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB9A; }

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

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

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

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

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

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

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

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