#DADA89

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

Shades of Primrose #DADA89

Tints of Primrose #DADA89

Color information

#DADA89 (or 0xDADA89) is unknown color: approx Primrose. HEX triplet: DA, DA and 89. RGB value is (218,218,137). Sum of RGB (Red+Green+Blue) = 218+218+137=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA89 is #252576. Grayscale: #D1D1D1. Windows color (decimal): -2434423 or 9034458. OLE color: 9034458.

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

Color convert

RGB218218137-
CMYK000.370.15
HSL60º52.26%69.61%-
HSV(B)60º37.16%85.49%-
XYZ58.566.8533.49-
YUV208.7787.5134.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 137 (53.91% from 255) = 23.91%
R=38.05%
G=38.05%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218137000.370.156052.2669.61
HexDADA890025F3c3446
Octal3323322110045177464106
Binary1101101011011010100010010010010111111111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA89; }

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

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

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

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

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

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

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

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