#DAD78D

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

Shades of Primrose #DAD78D

Tints of Primrose #DAD78D

Color information

#DAD78D (or 0xDAD78D) is unknown color: approx Primrose. HEX triplet: DA, D7 and 8D. RGB value is (218,215,141). Sum of RGB (Red+Green+Blue) = 218+215+141=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD78D is #252872. Grayscale: #CFCFCF. Windows color (decimal): -2435187 or 9295834. OLE color: 9295834.

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

Color convert

RGB218215141-
CMYK00.010.350.15
HSL57.66º50.99%70.39%-
HSV(B)57.66º35.32%85.49%-
XYZ58.0265.4334.77-
YUV207.4690.49135.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=37.98%
G=37.46%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821514100.010.350.1557.6650.9970.39
HexDAD78D0123F3a3346
Octal3323272150143177263106
Binary1101101011010111100011010110001111111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD78D; }

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

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

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

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

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

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

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

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