#DAD48C

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

Shades of Primrose #DAD48C

Tints of Primrose #DAD48C

Color information

#DAD48C (or 0xDAD48C) is unknown color: approx Primrose. HEX triplet: DA, D4 and 8C. RGB value is (218,212,140). Sum of RGB (Red+Green+Blue) = 218+212+140=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD48C is #252B73. Grayscale: #CDCDCD. Windows color (decimal): -2435956 or 9229530. OLE color: 9229530.

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

Color convert

RGB218212140-
CMYK00.030.360.15
HSL55.38º51.32%70.2%-
HSV(B)55.38º35.78%85.49%-
XYZ57.1963.8934.13-
YUV205.5990.99136.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 140 (55.08% from 255) = 24.56%
R=38.25%
G=37.19%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821214000.030.360.1555.3851.3270.2
HexDAD48C0324F373346
Octal3323242140344176763106
Binary11011010110101001000110001110010011111101111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD48C; }

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

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

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

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

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

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

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

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