#DADA88

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

Shades of Primrose #DADA88

Tints of Primrose #DADA88

Color information

#DADA88 (or 0xDADA88) is unknown color: approx Primrose. HEX triplet: DA, DA and 88. RGB value is (218,218,136). Sum of RGB (Red+Green+Blue) = 218+218+136=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 136 (53.52% from 255 or 23.78% from 572); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA88 is #252577. Grayscale: #D0D0D0. Windows color (decimal): -2434424 or 8968922. OLE color: 8968922.

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

Color convert

RGB218218136-
CMYK000.380.15
HSL60º52.56%69.41%-
HSV(B)60º37.61%85.49%-
XYZ58.4366.8333.11-
YUV208.6587134.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 136 (53.52% from 255) = 23.78%
R=38.11%
G=38.11%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218136000.380.156052.5669.41
HexDADA880026F3c3545
Octal3323322100046177465105
Binary1101101011011010100010000010011011111111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA88; }

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

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

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

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

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

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

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

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