#DAD685

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

Shades of Primrose #DAD685

Tints of Primrose #DAD685

Color information

#DAD685 (or 0xDAD685) is unknown color: approx Primrose. HEX triplet: DA, D6 and 85. RGB value is (218,214,133). Sum of RGB (Red+Green+Blue) = 218+214+133=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD685 is #25297A. Grayscale: #CECECE. Windows color (decimal): -2435451 or 8771290. OLE color: 8771290.

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

Color convert

RGB218214133-
CMYK00.020.390.15
HSL57.18º53.46%68.82%-
HSV(B)57.18º38.99%85.49%-
XYZ57.1964.6931.66-
YUV205.9686.83136.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=38.58%
G=37.88%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821413300.020.390.1557.1853.4668.82
HexDAD6850227F393545
Octal3323262050247177165105
Binary11011010110101101000010101010011111111110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD685; }

 p { color: rgb(218,214,133); }

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

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

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

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

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

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

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