#DADA9B

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

Shades of Primrose #DADA9B

Tints of Primrose #DADA9B

Color information

#DADA9B (or 0xDADA9B) is unknown color: approx Primrose. HEX triplet: DA, DA and 9B. RGB value is (218,218,155). Sum of RGB (Red+Green+Blue) = 218+218+155=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA9B is #252564. Grayscale: #D3D3D3. Windows color (decimal): -2434405 or 10214106. OLE color: 10214106.

HSL color Cylindrical-coordinate representation of color #DADA9B: hue angle of 60º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DADA9B is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218218155-
CMYK000.290.15
HSL60º45.99%73.14%-
HSV(B)60º28.9%85.49%-
XYZ59.967.4140.87-
YUV210.8296.5133.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=36.89%
G=36.89%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218155000.290.156045.9973.14
HexDADA9B001DF3c2e49
Octal3323322330035177456111
Binary110110101101101010011011001110111111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA9B; }

 p { color: rgb(218,218,155); }

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

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

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

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

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

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

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