#DAD78C

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

Shades of Primrose #DAD78C

Tints of Primrose #DAD78C

Color information

#DAD78C (or 0xDAD78C) is unknown color: approx Primrose. HEX triplet: DA, D7 and 8C. RGB value is (218,215,140). Sum of RGB (Red+Green+Blue) = 218+215+140=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD78C is #252873. Grayscale: #CFCFCF. Windows color (decimal): -2435188 or 9230298. OLE color: 9230298.

HSL color Cylindrical-coordinate representation of color #DAD78C: hue angle of 57.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAD78C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218215140-
CMYK00.010.360.15
HSL57.69º51.32%70.2%-
HSV(B)57.69º35.78%85.49%-
XYZ57.9565.434.38-
YUV207.3589.99135.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 140 (55.08% from 255) = 24.43%
R=38.05%
G=37.52%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821514000.010.360.1557.6951.3270.2
HexDAD78C0124F3a3346
Octal3323272140144177263106
Binary1101101011010111100011000110010011111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD78C; }

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

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

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

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

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

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

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

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