#DAD791

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

Shades of Primrose #DAD791

Tints of Primrose #DAD791

Color information

#DAD791 (or 0xDAD791) is unknown color: approx Primrose. HEX triplet: DA, D7 and 91. RGB value is (218,215,145). Sum of RGB (Red+Green+Blue) = 218+215+145=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD791 is #25286E. Grayscale: #D0D0D0. Windows color (decimal): -2435183 or 9557978. OLE color: 9557978.

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

Color convert

RGB218215145-
CMYK00.010.330.15
HSL57.53º49.66%71.18%-
HSV(B)57.53º33.49%85.49%-
XYZ58.3265.5536.37-
YUV207.9292.49135.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 145 (57.03% from 255) = 25.09%
R=37.72%
G=37.20%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821514500.010.330.1557.5349.6671.18
HexDAD7910121F3a3247
Octal3323272210141177262107
Binary1101101011010111100100010110000111111110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD791; }

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

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

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

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

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

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

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

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