#DAD983

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

Shades of Primrose #DAD983

Tints of Primrose #DAD983

Color information

#DAD983 (or 0xDAD983) is unknown color: approx Primrose. HEX triplet: DA, D9 and 83. RGB value is (218,217,131). Sum of RGB (Red+Green+Blue) = 218+217+131=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD983 is #25267C. Grayscale: #CFCFCF. Windows color (decimal): -2434685 or 8640986. OLE color: 8640986.

HSL color Cylindrical-coordinate representation of color #DAD983: hue angle of 59.31º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAD983 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218217131-
CMYK00.000.400.15
HSL59.31º54.04%68.43%-
HSV(B)59.31º39.91%85.49%-
XYZ57.8266.1731.2-
YUV207.4984.83135.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 131 (51.56% from 255) = 23.14%
R=38.52%
G=38.34%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821713100.000.400.1559.3154.0468.43
HexDAD9830028F3b3644
Octal3323312030050177366104
Binary1101101011011001100000110010100011111110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD983; }

 p { color: rgb(218,217,131); }

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

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

 a { background-color: rgb(218,217,131); }

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

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

 span { border-color: rgb(218,217,131); }

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