#DADC86

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

Shades of Primrose #DADC86

Tints of Primrose #DADC86

Color information

#DADC86 (or 0xDADC86) is unknown color: approx Primrose. HEX triplet: DA, DC and 86. RGB value is (218,220,134). Sum of RGB (Red+Green+Blue) = 218+220+134=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 134 (52.73% from 255 or 23.43% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC86 is #252379. Grayscale: #D1D1D1. Windows color (decimal): -2433914 or 8838362. OLE color: 8838362.

HSL color Cylindrical-coordinate representation of color #DADC86: hue angle of 61.4º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DADC86 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB218220134-
CMYK0.0100.390.14
HSL61.4º55.13%69.41%-
HSV(B)61.4º39.09%86.27%-
XYZ58.8167.8132.54-
YUV209.685.34133.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 134 (52.73% from 255) = 23.43%
R=38.11%
G=38.46%
B=23.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201340.0100.390.1461.455.1369.41
HexDADC861027E3d3745
Octal3323342061047167567105
Binary1101101011011100100001101010011111101111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC86; }

 p { color: rgb(218,220,134); }

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

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

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

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

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

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

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