#DAD783

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

Shades of Primrose #DAD783

Tints of Primrose #DAD783

Color information

#DAD783 (or 0xDAD783) is unknown color: approx Primrose. HEX triplet: DA, D7 and 83. RGB value is (218,215,131). Sum of RGB (Red+Green+Blue) = 218+215+131=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD783 is #25287C. Grayscale: #CECECE. Windows color (decimal): -2435197 or 8640474. OLE color: 8640474.

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

Color convert

RGB218215131-
CMYK00.010.400.15
HSL57.93º54.04%68.43%-
HSV(B)57.93º39.91%85.49%-
XYZ57.3165.1431.03-
YUV206.3285.49136.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 131 (51.56% from 255) = 23.23%
R=38.65%
G=38.12%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821513100.010.400.1557.9354.0468.43
HexDAD7830128F3a3644
Octal3323272030150177266104
Binary1101101011010111100000110110100011111110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD783; }

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

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

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

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

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

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

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

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