#DAD68C

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

Shades of Primrose #DAD68C

Tints of Primrose #DAD68C

Color information

#DAD68C (or 0xDAD68C) is unknown color: approx Primrose. HEX triplet: DA, D6 and 8C. RGB value is (218,214,140). Sum of RGB (Red+Green+Blue) = 218+214+140=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD68C is #252973. Grayscale: #CFCFCF. Windows color (decimal): -2435444 or 9230042. OLE color: 9230042.

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

Color convert

RGB218214140-
CMYK00.020.360.15
HSL56.92º51.32%70.2%-
HSV(B)56.92º35.78%85.49%-
XYZ57.6964.8934.3-
YUV206.7690.33136.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 214 (83.98% from 255) = 37.41%
BLUE value IS 140 (55.08% from 255) = 24.48%
R=38.11%
G=37.41%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821414000.020.360.1556.9251.3270.2
HexDAD68C0224F393346
Octal3323262140244177163106
Binary11011010110101101000110001010010011111110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD68C; }

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

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

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

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

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

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

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

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