#DADA9A

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

Shades of Primrose #DADA9A

Tints of Primrose #DADA9A

Color information

#DADA9A (or 0xDADA9A) is unknown color: approx Primrose. HEX triplet: DA, DA and 9A. RGB value is (218,218,154). Sum of RGB (Red+Green+Blue) = 218+218+154=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA9A is #252565. Grayscale: #D2D2D2. Windows color (decimal): -2434406 or 10148570. OLE color: 10148570.

HSL color Cylindrical-coordinate representation of color #DADA9A: 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 #DADA9A is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218218154-
CMYK000.290.15
HSL60º46.38%72.94%-
HSV(B)60º29.36%85.49%-
XYZ59.8267.3840.43-
YUV210.796133.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 154 (60.55% from 255) = 26.10%
R=36.95%
G=36.95%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218154000.290.156046.3872.94
HexDADA9A001DF3c2e49
Octal3323322320035177456111
Binary110110101101101010011010001110111111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA9A; }

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

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

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

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

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

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

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

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