#DAD589

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

Shades of Primrose #DAD589

Tints of Primrose #DAD589

Color information

#DAD589 (or 0xDAD589) is unknown color: approx Primrose. HEX triplet: DA, D5 and 89. RGB value is (218,213,137). Sum of RGB (Red+Green+Blue) = 218+213+137=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD589 is #252A76. Grayscale: #CECECE. Windows color (decimal): -2435703 or 9033178. OLE color: 9033178.

HSL color Cylindrical-coordinate representation of color #DAD589: hue angle of 56.3º 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 #DAD589 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218213137-
CMYK00.020.370.15
HSL56.3º52.26%69.61%-
HSV(B)56.3º37.16%85.49%-
XYZ57.2264.333.06-
YUV205.8389.16136.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 137 (53.91% from 255) = 24.12%
R=38.38%
G=37.5%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821313700.020.370.1556.352.2669.61
HexDAD5890225F383446
Octal3323252110245177064106
Binary11011010110101011000100101010010111111110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD589; }

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

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

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

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

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

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

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

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