#DAD591

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

Shades of Primrose #DAD591

Tints of Primrose #DAD591

Color information

#DAD591 (or 0xDAD591) is unknown color: approx Primrose. HEX triplet: DA, D5 and 91. RGB value is (218,213,145). Sum of RGB (Red+Green+Blue) = 218+213+145=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD591 is #252A6E. Grayscale: #CFCFCF. Windows color (decimal): -2435695 or 9557466. OLE color: 9557466.

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

Color convert

RGB218213145-
CMYK00.020.330.15
HSL55.89º49.66%71.18%-
HSV(B)55.89º33.49%85.49%-
XYZ57.8264.5436.2-
YUV206.7493.16136.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 145 (57.03% from 255) = 25.17%
R=37.85%
G=36.98%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821314500.020.330.1555.8949.6671.18
HexDAD5910221F383247
Octal3323252210241177062107
Binary11011010110101011001000101010000111111110001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD591; }

 p { color: rgb(218,213,145); }

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

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

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

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

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

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

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